Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mef

ImportMany with Metadata not importing

mef

What does "multiple scopes" mean in when talking about MEF (Managed Extensibility Framework) and .NET 4.5?

mef .net-4.5

Lazy loading of assemblies/catalogs

MEF [ImportingConstructor] not called until [Import(AllowDefault = true)] is used

c# mef composition

How do I export and import application services with say MEF?

c# dependency-injection mef

Prism:EventAggregator and MEF - 2 different instances of EventAggregator

How to include an image in metadata for a Plug-In DLL using MEF?

c# image plugins metadata mef

Type constrained open generics do not work with RegistrationBuilder

What's the recommended way to run plugins with dependency dll's that have different version?

How to release a shared instance from a MEF container

c# mef

Why doesn't VS2010 copy all DLLs in /bin/debug to the unit test directory?

Customize c# WinForm application for multiple customers

Where do I add a behavior to a single Region?

prism mef

MEF2 how does the catalogs work? Looks like it's been removed

c# castle-windsor mef mef2

What is the minimal working IVsTextViewCreationListener implementation?

Can MEF Export/Import static classes?

c# .net-4.0 mef

How to read MEF metadata in a DLL plugin without copying the entire DLL into memory?

c# plugins dll metadata mef

PRISM + MEF + MVVM -- Not sure where to really start?

wpf mvvm module mef prism-4

Handle ReflectionTypeLoadException during MEF composition

c# mef

Using MEF to import a WPF DataTemplate?

wpf mvvm datatemplate mef