Decide between In-Process or Inter-Process Communication at Deploy Time - Part 3
This is the last post from the series on how we could implement a design that allows to decide only at deploy time how two services
Sharing experiences and ideas about effective code design
This is the last post from the series on how we could implement a design that allows to decide only at deploy time how two services
This post continues the previous by giving an example on how we could implement a design that allows to decide only at deploy time how services
AppBoot is a generic .NET application bootstrapper, we at iQuarc, have put on GitHub a while ago. It started few years back when we were about
My talk at Microsoft Summit created a nice discussion with some of the participants about writing isolated unit tests when using the Service Locator. It started
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