hi,
what is MEF and how to use.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 10, 2011, 9:26 AM
A MEF component (or 'part') can declare both its dependencies ('imports') and its capabilities ('exports'). This allows an MEF application to discover what parts are available at runtime and means that a given part can be used not just by a single application but by multiple applications without the need for any configuration.
For more information, see this link (http://msdn.microsoft.com/en-us/library/dd460648.aspx).