Home »

What is managed extensibility framework?

Question ListCategory: .NETWhat is managed extensibility framework?
ethanbrown author asked 9 years ago
1 Answers
adamemliy16 author answered 8 years ago

Managed extensibility framework (MEF) is a new library that is introduced as a part of .NET 4.0 and Silverlight 4. It helps in extending your application by providing greater reuse of applications and components. MEF provides a way for host application to consume external extensions without any configuration requirement.

Please login or Register to Submit Answer