Tagged Questions

1
vote
2answers
25 views

Import property always null (MEF import issue)

Hi, I try for some time to get things done using MEF but now, I run into a problem i need help. Description: I have 2 DLL and one EXE file. ClassLibrary1 (LoggerImpl.cs, SomeClass.cs) ClassLibrary2 …
1
vote
4answers
197 views

MEF vs. PRISM. What is the difference? What will be supported in the future?

I have read similiar posts but I it not clear to me. What I want to create is a Silverlight apps with a few tabs/modules that will all be seperate DLLs. I see PRISM has the Shell/Module concepts …
1
vote
3answers
35 views

VS 2010 mouse processor extension - not working

I am experimenting with a Visual Studio 2010 extension, where I need to work with the events exposed by IMouseProcessor. As far as I can tell from the docs, I should create an IMouseProcessorProvider …
2
votes
1answer
37 views

Books on Unity or MEF

Anyone know if there are any books on Unity or MEF coming out in the next month or two?
2
votes
3answers
58 views

How does MEF determine the order of its imports?

MEF allows you to import multiple parts via the use of the ImportMany attribute. How does it determine the order in which it retrieves the relevant exports and adds them to the enumerable you are …
0
votes
1answer
34 views

Windows Service Container

For my projects I need quite often to create windows services. I need them for scheduling operations, file system watching, asynchronous or long running side tasks (backup files, sending messages, …
1
vote
2answers
56 views

Instruct MEF to use any available assemblies

I am trying out the Managed Extensibility Framework for the first time in Visual Studio 2010 beta 2 using the System.ComponentModel.Composition from .net-4.0. I have been unable to get the …
3
votes
3answers
142 views

Should MEF be used in a production application

Hi, I currently need to provide a means of adding extensibility in my application. I'm currently looking at MEF and MAF. MEF provides a simpler programming model, and also fits our usage scenarios …
9
votes
5answers
1k views

Choosing between MEF and MAF (System.AddIn)

The Managed Extensibility Framework (MEF) and Managed AddIn Framework (MAF, aka System.AddIn) seem to accomplish very similar tasks. According to this Stack Overflow question, Is MEF a replacement for …
2
votes
3answers
57 views

Basic MEF workflow/usage

I'm looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it …
2
votes
1answer
37 views

How-To Prevent Module Duplicates with MEF ?

Hi, How can i prevent from MEF to load duplicates Modules in the case of the presence of 2 copies of the same Assembly (maybe by mistake) Assembly1.dll Assembly2.dll (copy of Assembly1) …
1
vote
1answer
356 views

Using MEF to import a WPF DataTemplate?

I was looking at MEF as an extensibility framework, and I'm pretty much sold, except for one point: Let's say I want to import both a ViewModel and a View to display it. I think the "right" way to …
0
votes
2answers
68 views

Merging Resource Dictionaries dynamically at runtime (for plugins)

I am using the Managed Extensibility Framework for a WPF application. I've defined interfaces for so-called extension points which provide new features to the application. Some of these features …
4
votes
3answers
157 views

MEF vs Mono.AddIn

Hi, I'm developing a .NET 3.5 C# desktop application. It should be extensible via plug-ins. Are there any articles etc. discussing the differences between MEF and Mono.AddIn to help me make an …
6
votes
3answers
270 views

MEF vs. any IoC

Looking at Microsoft's Managed Extensibility Framework (MEF) and various IoC containers (such as Unity), I am failing to see when to use one type of solution over the other. More specifically, it …

1 2 3 4 5 next
15 30 50 per page