Jump to content

Managed Extensibility Framework

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Soumyasch (talk | contribs) at 06:14, 18 April 2009 (create stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.