Explain MEF. How does it benefit Programmers and app developers? Where can you find MEF? What is its composition? Define Imports and Exports in MEF.
Home/Location of MEF
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MEF Meaning: MEF or the Managed Extensibility Framework refers to a digital library for the formation of extensible technical applications. Using it, software developers and programmers can utilize the available extensions without any coding or configuration. You can even use MEF across applicationsRead more
MEF Meaning:
MEF or the Managed Extensibility Framework refers to a digital library for the formation of extensible technical applications. Using it, software developers and programmers can utilize the available extensions without any coding or configuration. You can even use MEF across applications during their development stage. You can reuse it for multiple times.
Benefits of MEF:
Location of MEF
MEF is a constituent part of the .NET framework. Everytime you use .NET, you have to use MEF as well. MEF works in sync with .NET client as well as ASP.NET and in other technology as well.
MEF Composition
MEF composition basically includes a composition container having all available parts assembled together. It is responsible for performing various computing operations. A part represents any object through which any value can be exported or imported.
Imports and Exports of MEF:
Imports and exports are just a behavioral pattern of how MEF parts operate within the .NET framework. When the component delineates the necessity of assigning a value to a particular object, it is called Imports. While export determines whether the same is available or not. Each import has to be matched with their corresponding export in the MEF.
See less