Thursday, 7 July 2016

hat are MEF and Unity?

The MEF (Managed Extensibility Framework) is the new concept in .Net 4.0. It is used to create the lightweight and extensible applications to create Managed Extensibility Framework. 

It is not only allows the extension but also reused within the application. Extension can be easily encapsulating the code using the MEF.


For more details, you can go through the below link:
http://msdn.microsoft.com/en-us/library/dd460648.aspx

No comments:

Post a Comment