I have an app based on Prism (v4 ctp) and MEF. The app has a service IService1. I want this service implementation was exported by some module (not just discovered by MEF)
My question title sounds a little bit difficult - sorry. I\'m new in MEF :-). My scenario: public class MainClass
[I have read previous posts on MEF vs MAF vs DI etc, they aren\'t helping me with my specific problem]
A little background I\'m working on an .net application that\'s uses plugins heavily, the application can request data from the plugins that is then sent back and displayed by the application.
Im trying to determine if MEF (from codeplex) is right for my needs. I know MEF supports on-demand load开发者_如何学运维ing of Xap files.
i think this sounds like a stupid quest开发者_如何学运维ion. i am starting with caliburn micro: customizing the bootstraper. i have .NET Framework 4 installed, VS2010. but when i try to add a using, t
I\'ve been trying to figure this for a few days now, with no luck. I\'m trying to use the [ImportMany] to import from a directory full of DLL\'s with exports of type IEditorSystem, that have custom m
I\'m trying to implement Logout operation in my Silverlight client. During Login operation, MEF initializes DefaultContainer with instances of the [Export]-ed singleton classes, which contain user-sp
I\'m using MEF to add plugins to our DAL which is used by our WebApp. This works开发者_如何学Go fine, but whenour service layer references the DAL, it\'s looking for plugins in \\ServiceLayer\\Plugins
I\'ve been looking into MEF and Portable areas and the pro\'s and cons of using these in a collaborative programming environment.