Tagged Questions
4
votes
1answer
577 views
DI: Handling Life of IDisposable Objects
So I'm working on my DI/IoC Container OpenNETCF.IoC and I've got a (reasonable) feature request to add some form of lifecycle management for IDisposable items in the container collections.
My current ...