Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / MEF

MEF

MEF

Great Reads

by Shuqian Ying
The source code and a simple demo program for a plug-in in Microsoft Managed Extensibility Framework (MEF) that provides visual display of email messages.
by kishore Gaddam
Advanced MEF Programming
by Niladri_Biswas
This article will disscuss about MEF, how to start working in this, etc.
by wells cheung
Angular Single-Page Application, MEF, Privilege Control, WCF Restful Service, ui-router,

Latest Articles

by Shuqian Ying
The source code and a simple demo program for a plug-in in Microsoft Managed Extensibility Framework (MEF) that provides visual display of email messages.
by kishore Gaddam
Advanced MEF Programming
by Niladri_Biswas
This article will disscuss about MEF, how to start working in this, etc.
by wells cheung
Angular Single-Page Application, MEF, Privilege Control, WCF Restful Service, ui-router,

All Articles

Sort by Score

MEF 

by Roger C Moore
Exploring Dependency Injection / Inversion of Control (IoC) with Managed Extensibility Framework (MEF)
by Milan Raval
Advancements in MEF in .NET 4.5.
by Hamed Musavi
Setting up MEF to load plugins from a directory
by Tomas Takac
How to inject named logger using MEF
by Omar Gameel Salem
Solving "The IControllerFactory 'MefContrib.Web.Mvc.CompositionControllerFactory' did not return a controller for the name xxx"
by Pete O'Hanlon
While we are all familiar with testing standard interface implementations, actually testing Lazy imports can be trickier if you don't follow this trick.