博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Managed Extensibility Framework (MEF)

Posted on 2008-07-07 23:50  江南白衣  阅读(819)  评论(0编辑  收藏  举报
The Managed Extensibility Framework (MEF) provides developers with a tool to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application.

MEF enables this extensibility to take place without creating a hard dependency in either direction. Applications can be extended at run time without recompilation, and extensions can be used by multiple applications sharing the same extension requirements. MEF also allows an application to delay the loading of an extension while still examining its metadata, enabling efficient traversal of large catalogs of extensions.

For more information, download the community technical preview (CTP) archive containing binaries, samples, and documentation!

One of the goals of the CTP is to get early feedback from the community. We'd love to hear from you - let us know what you think on the forum.

SITE:http://code.msdn.microsoft.com/mef