DISQUS

Andrey Shchekin's Blog: .NET DI (IoC) Frameworks, Revisited

  • wcoenen · 6 days ago
    There is now also the managed extensions framework, which will be included in .NET 4.0 as the System.ComponentModel.Composition namespace.

    There is a lot of handwaving about MEF not being an IoC framework but I'm pretty sure that it belongs in this list.
  • Andrey Shchekin · 5 days ago
    Yes, I think while MEF is not just an IoC framework, it does contain an implementation of basic IoC framework. So I should add it to the review, will probably do later.