Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mef

PRISM/MEF: How can 2 windows' viewmodels talk to each other?

c# wpf window prism mef

Cannot show up WPF application when setting MainWindow manually and composing application (MEF)

wpf mef mainwindow

Are there any Prism "Post-build" Event or method while using MEF?

How to get exported values (MEF) in metro style apps

mef windows-runtime

How to get the assembly information of an imported MEF function?

c# mef .net-assembly

5 years later - is there lazy dll load in MEF?

Mef2 Configure Registrations in each module

c# .net mef mef2

Implementing a Language Service By Using the Managed Package Framework

MEF + SL4 question

silverlight-4.0 mef

How to resolve the error "Currently composing another batch in this ComposablePartExportProvider. Only one batch can be composed at a time."

.net mef

Is it possible to Export a C++ CLI interface with MEF and Prism

c++-cli prism mef

MEF how to get non-shared instance references

.net wpf prism mef

Is there a .NET IoC container that can load and unload assemblies

c# mef autofac

MEF ImportingConstructor ImportMany with Metadata

c# metadata mef

C# MEF cannot do type binding?

c# .net c#-4.0 mef

Mef import all types implementing an interface specified at runtime

c# .net c#-4.0 mef

How does one extend MEF to create objects based on a factory type provided as an attribute?

c#-4.0 mef

How to import several instances with MEF?

c# interface import mef

Is a generic type MyType<,> actually a type? [duplicate]

c# .net clr mef