Answer:
MEF is a framework for creating extensible applications that allows developers to discover and use extensions with no configuration required.In MEF terminology, Part is an object (e.g. a class, a method or a property) that can be imported or exported to the application.The parts are discovered at runtime implicitly via composition.When a part is created, the MEF composition engine satisfies its imports with what is available from other parts.
Asked In: Many Interviews |
Alert Moderator