Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mef

MEF loading plugins from a network shared folder

c# mef

Creating multiple instances of Imported MEF parts

c# .net mef

MEF and ShadowCopying DLLs so that I can overwrite them at runtime

c# mef appdomain shadow-copy

Why am I unable to debug a dynamically loaded assembly?

ASP.NET MVC: Views using a model type that is loaded by MEF can't be found by the view engine

c# asp.net-mvc razor mef

MEF and exporting based on Metadata

c# export metadata mef

How to discover new MEF parts while the application is running?

c# plugins mef

C# MEF usage with static classes

c# .net c#-4.0 mef

Getting an export from an MEF container given only a Type instance

c# mef

What is the best way to marshall data in/out of the plug-ins?

MEF not detecting plugin dependencies

c# .net plugins mef

Prism/MVVM (MEF/WPF): Exposing navigation [Menu's for example] from modules

wpf navigation prism mef

Help getting started with MEF

dependency-injection mef

How to set ExportMetaData with multiple values as well as single w/ custom attribute?

c# interface mef

Caliburn.Micro and MEF on wpf

wpf mef caliburn.micro

MEF: What if I have multiple exports but need only one import?

c# .net mef

Methods for composing configuration for composite applications (eg PRISM, MEF)

c# .net configuration prism mef

When to use Weak Events?

c# .net mef

MEF keeps reference of NonShared IDisposable parts, not allowing them to be collected by GC

Does MEF require .NET 4?