vote up 2 vote down star

I'm building a product that will ship after .Net 4.0 is released.

Is MEF an integral part of .Net 4.0, so I can count on them being released together, or is it some external component that might be released separately and thus it is dangerous to use?

flag

76% accept rate

2 Answers

vote up 1 vote down check

Yes, MEF is the part of .NET Framework 4.0. It is located in assembly System.ComponentModel.Composition.dll. You can learn more here: MEF in MSDN

link|flag
vote up 1 vote down

The Managed Extensibility Framework (MEF) is a new library in .NET Framework 4.0 that addresses this problem by simplifying the design of extensible applications and components.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.