Which Dependency Injection Tool Should I Use? (2)
- by Mendy
The original post is: Which Dependency Injection Tool Should I Use?
While the original post is good, in this days I see a lot of people using StructureMap as their Dependency Injection tool, and in the original post no one even took it seriously.
In addition, this quote:
If I had to choose today: I would probably go with StructureMap. It has the best support for C# 3.0 language features, and the most flexibility in initialization.
Which Dependency Injection Tool Should I Use?
Out of this ones:
Unity Framework - Microsoft
StructureMap - Jeremy Miller
Castle Windsor
NInject
Spring Framework
Autofac
Managed Extensibility Framework