Managed Extensibility Framework
Appearance
Managed Extensibility Framework (MEF) is a component of .NET Framework 4.0 that allows an application to be dynamically compose at run time its feature set by discovering and loading extensions to the application. It is available on CodePlex along with source.