Which Dependency Injection Tool Should I Use? (2)

Posted by Mendy on Stack Overflow See other posts from Stack Overflow or by Mendy
Published on 2010-04-19T02:11:34Z Indexed on 2010/04/19 2:13 UTC
Read the original article Hit count: 410

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:

  1. Unity Framework - Microsoft
  2. StructureMap - Jeremy Miller
  3. Castle Windsor
  4. NInject
  5. Spring Framework
  6. Autofac
  7. Managed Extensibility Framework

© Stack Overflow or respective owner

Related posts about dependency-injection

Related posts about inversion-of-control