Automatic release of objects when using Castle Windsor
- by MotoSV
Hi,
I'm starting a new project and I'm looking into using a dependency container (Castle Windsor) to help when it comes to unit testing. One of the things that is a little frustrating is that after I've finished using an object I have to tell the container to "release" the object.
I understand the reasoning behind doing this, but it's still…