Managed Extensibility Framework(MEF)

[Managed Extensibility Framework (MEF)]

  1. What is MEF

      1. MEF is a Composition based Extensibility framework that can be used by both First and third parties to extent application features.

      2. It is based on Composition automatic discovery logic that allow components to be developed separately and then framework pick all required components at run time and put them together make them work like a single unit.

    1. When to use MEF

      1. When you have a large application in which classes are holding instances of other classes and you don`t want tight coupling during object initialization like x=new MyClass.

      2. if you want an alternative way of dependency injection with automated discovery

  1. Perquisite

      1. Visual Studio 2010

  1. Getting Started

    1. More Resources

        1. None

  1. Advance Topics

      1. TODO

  1. Related Technologies

  1. Best Practices (Dos and Don`t Dos)

    1. TODO

  1. Discussions (FAQs)

  1. Recommended Books

      1. No book has been released yet.

  1. Additional References