Browse by Tags

Injected objects should not be disposed be the class that receives the instance
Published 28 February 8 10:5 AM | Ramon Smits
I just read Windsor: Component Burden described as a (bad) side effect but this is not how it should work. Disposable objects should be cleanup by its creator. This is the easiest way to define the disposing responsibility! In the mentioned article they...