Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mef

In MEF, How to avoid unnecessary type scanning for exports using DirectoryCatalog to improve the performance?

c#-4.0 mef

MEF: adding parts to the CompositionContainer that aren't marked with [export]

.net mef

Asp.Net Mvc3, MEF, Plugin Implementations

MEF Plugin update strategies for winforms

plugins mef versioning

Prism ServiceLocator GetInstance and MEF

c# prism mef

Problem with dynamic loading XAP files with MEF. IE is crashing

Export a property using MEF

c# mef ioc-container

How would I create composite settings for an application?

Importing MEF Components from VSPackage Class

visual-studio mef vspackage

MEF: How to retrieve a new instance for a type?

c# .net mef

Why MEF has [ImportMany] and not just [Import]

MEF and MVVM - way to add conventions?

Silverlight OOB strange behaviour with Fiddler

Can I discover a part from an assembly in the GAC using MEF?

.net mef gac dynamic-loading

So we've got MEF working with MVC4, how about the convention based model?

asp.net-mvc-4 mef

More than one export was found that matches the constraint exception with MEF ImportMany

c# mef