The Managed Extensibility Framework (MEF) simplifies the design of extensible and modular applications, and is a standard component of Microsoft .NET 4.0 and Silverlight 4.0

learn more… | top users | synonyms

2
votes
1answer
382 views
+100

Difference between MEF and IOC containers like(Unity,Autofac,SMap,Ninject,Windsor.Spring.net etc)

I have been trying to search about the dependency injection and read few articles. But still i am unable to find out the difference between MEF and other IOC's. So, my question is this, in which ...