Disposable Instances Series
In the past few weeks I have published a set of four posts that deal with disposable instances. These posts describe in detail a working implementation
Sharing experiences and ideas about effective code design
In the past few weeks I have published a set of four posts that deal with disposable instances. These posts describe in detail a working implementation
In the last few posts I have written about how to deal with IDisposable instances when using Dependency Injection. In the Who Disposes Your Repository I
In my previous blog post I detailed an approach of making the Unity Dependency Injection Container ț̦o automatically call Dispose() on all the IDisposable instances
A few weeks ago, in my blog post ‘Who Disposes Your Repository’ I wrote about the challenges of implementing an IDisposable repository, which takes full advantage
Recently, I’ve went again through the discussion of how the Repository Pattern works with Dependency Injection (DI) in one of the projects I’m involved