Compartilhar via


dnrTV Does MEF!

Glenn Block recently did a great screen cast on the Managed Extensibility Framework:

image Show #130 | 11/26/2008

Glenn Block on MEF, the Managed Extensibility Framework
Glenn Block shows you how to use MEF to allow a plugin architecture in your .NET applications. The framework is extensible enough to allow any type to be imported and exported as managed plugins, which are called parts.

Comments

  • Anonymous
    November 30, 2008
    PingBack from http://blog.a-foton.ru/index.php/2008/12/01/dnrtv-does-mef/

  • Anonymous
    December 04, 2008
    The capabilities of MEF are promising but the implementation and even consumption of extensions seems rather complicated at this point. I, like Carl Franklin, was having trouble following what Glenn was doing in his demo.