Search Results

19
votes
11answers
1k views

Which single IoC/DI container would you recommend using and why?

I'm asking this question because it's a good way to gauge how the community at large feels about the various containers/frameworks and why. Also, whilst my expertise may lie in .Net development, I …
44
votes

Which C#/.NET Dependency Injection frameworks are worth looking into?

I suppose I might be being a bit picky here but it's important to note DI (Dependency Injection) is a programming pattern and is facilitated by (but does not require) an IoC (Inversion of Control) …
11
votes

Which single IoC/DI container would you recommend using and why?

My personal (and recent) favourite is Ninject on the .Net framework for the following reasons: It has been the easiest (to setup) in m …