Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mef

MEF: a replacement for PRISM?

How do I use constructor dependency injection to supply Models from a collection to their ViewModels?

Defining Scope in MEF with CompositionScopeDefinition

c# .net prism mef .net-4.5

MEF Runtime Plugin Update Issue

c# .net plugins mef updates

Writing Visual Studio 2010 Plugin, would like to show a toolbox like Resharper in code editor

MEF: Passing different constructor parameters to a part when using CreationPolicy.NonShared

How to instantiate a MEF exported object using Ninject?

Dispose components by MEF container?

c# mef

What should I use in Prism- MEF or Unity?

wpf mef prism

Prism: Share data between ViewModels loaded into a region?

mvvm prism mef

CompositionContractMismatchException when trying to use MEF with MVC controller

c# asp.net-mvc-4 mef

C# Singleton Pattern and MEF

c# singleton mef

Getting a Type Assembly in Windows 8

MEF load plugin from directory

c# location mef .net-assembly

What does [PartCreationPolicy(CreationPolicy.Shared)]

c# mef

How do you export a type in MEF without the Export attribute? (eg programmatically)

.net mef

`Could not load file or assembly 'Microsoft.Windows.Shell` , Prism - C#

c# wpf prism mef

MEF and MVC 3 - how to load embedded views dynamically from mef container?

What is a suitable pattern for injecting loggers within dynamically-discovered .NET Core class libraries called from ASP.NET Core web apps?