Managed Extensibility Framework
Posted
on Code Project
See other posts from Code Project
Published on Tue, 09 Feb 2010 22:28:00 GMT
Indexed on
2010/06/10
0:03 UTC
Read the original article
Hit count: 251
Filed under:
MEF is the Framework which allows you to load extensions to your application easily. It does discovery and composition of parts you need to be included in your application at run-time. You could extend your behavior simply by adding a new Plugin.
© Code Project or respective owner