Is there any way I can compose (or get an exported value) with a specific instance as one of it\'s dependencies?
I\'m planning on using MEF within ASP.NET looking for some insight into thread safety of the CompositionContainer.
Why does the ExportLifetimeContext<T> exist? What is it for? And why is it necessary to call Dispose on this objec at all? Do I really need to bo开发者_开发百科ther calling it? It doesn\'t feel
I\'m just starting to play with MEF and have a couple questions开发者_开发问答. 1) I wrote a WCF service that takes in some xml and passes the xml off to a parser. The parsers are composed using MEF.
i\'m a beginner in mef and so i have a question :) i have the following: [PartCreationPolicy(CreationPolicy.Shared)]
I was watching some tutorials for MEF or Prism with Silverlight but was also doing some MAF work (System.AddIn) on the side and thought that might work also. I see that Prism and MEF are pr开发者_如何
I\'m trying to determine if MEF is a the proper direction our application framework should be taking.From my reading of MEF, our framework doesn\'t seem to \'exactly\' fit in, but I\'ll see if any exp
I am having an issue getting the correct resource file entries and need some help ... here is my scenario
Suppose I have a MEF composition like this: public class Composition { [ImportMany(AllowRecomposition = true)]
I\'m writing my own extension. I\'ve created a toolbar button. The template I used was \"Visual Studio Package\" and there was an option during the wizard to create a co开发者_如何学Cmmand button (or