Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Managed Extensibility Framework, MEF, from Novice to Guru
Rating: 4.3 out of 5(72 ratings)
805 students

Managed Extensibility Framework, MEF, from Novice to Guru

Managed Extensibility Framework, MEF is a great framework. With this course you can write robust extensible applications
Created byEman Ali Mughal
Last updated 3/2018
English

What you'll learn

  • Understand and make use of MEF concepts in your professional software development career.
  • Develop extensible applications Console, Web, Desktop, WPF, WebForm Applications, MVC, Web API, WCF, Unit Test in C# using MEF.
  • Develop architecture of dependency free applications.
  • Gain deep understanding about MEF's Primitive Programming Model.

Course content

11 sections34 lectures5h 43m total length
  • Introduction5:35

    In this Introduction video, I have explained the top level concept of Managed-Extensibility-Framework, MEF using a daily life example.

  • Preliminaries17:24

    In this lecture, I will give detail understanding about the core components of Managed-Extensibility-Framework, MEF. I will explain [Import] and [Export] statements more deeply. I will show you how you can use CompositionContainers, what are the concept of Catalogs, How many types of catalogs you can use. How many types of export attributes are in MEF, What are [Export] metadata, and how you can leverage from this meta data to make your applications extensible.

Requirements

  • You need to have Visual Studio 2012 or Later. You need to have .NET framework 4 or later because fully functional MEF framework is added in .NET framework 4.0. You should have prior knowledge about syntax of C#. You should be familiar about Object Oriented Programming, and know about the basic concepts of object orientation like Data hiding and Encapsulation, Inheritance and Polymorphism.

Description

Managed Extensibility Framework, is a widely used framework which targets not only Dependency Injections in .NET applications but main concentration of this framework is about writing fully extensible software. Developers from all over the world can write plugIns for applications those are developed in MEF. This is very exciting framework, but unfortunately not much developers are aware of this framework. 

So this course is about MEF, I have tried to sum up all the technologies like Console Applications, Windows Forms, WPF, ASP.NET Web Form, ASP.NET MVC, ASP.NET WEB API, WCF Services, Test Cases and More importantly extended Visual Studio IDE using MEF. 

My target audience can simply write "MEF" or "Managed Extensibility Framework" or MEF with .NET application, in order to find this course. 

I have included Screens Cast Videos explaining coding examples, one article and include 4 to 5 applications along with this course. Students can download those coding examples and application's source code to play around with them and can use freely in their projects.

It took me one and a half month to complete this course, because i was writing coding examples to make students fully understand the concepts.

Course is structured in a well defined way, explaining from the basic concepts and then moving forward towards more deep and more detailed concepts. 

If you are an intermediate .NET developer you should take this course to write fully extensible MEF applications.

Who this course is for:

  • This course is meant for anyone who knows how to write a program in C#, Knows basic concepts of Object Oriented Programming, and for those who know the concept of classes and Interfaces. Moreover this course will help experience professionals to implement MEF in their existing applications to achieve extensibility. Software Architects can use this course to design architecture of large enterprise level applications.