I´m trying to inject an existing instance of a class into my view, but the view only receive a default instance of my class.
Frameworks such as PRISM and MEF make it very easy to design complex applications out of multiple, composable components. One common example of this is a plug-in architecture where an application shel
Basically, I\'m not sure where to start: I have my Shell.xaml window. I also have my Popup.xaml window.
So I\'m attempting to use a combination of MEF and Ninject in an application I\'m writing.Basically I\'m adding in extensions via MEF during runtime.I don\'t understand how (or if it\'s even possible
I have a tabbed application where I want the user to be able to search for a person and then, in a new view, show the person\'s details. The user should be able to have multiple person detail views op
I have an import in my view model for the regionmanager [Import] private IRegionManager _regionManager;
I have decided to use MEF for a plugin pattern I have and found MEF easy to pick up and not intrusive at all. I loo开发者_StackOverflowked at samples and found them very easy to work with.
I am trying to release a shared instance or singleton value. Does anyone know how to do this? Do I have to refresh the cata开发者_StackOverflowlog? I\'m learning MEF so please help.
On my current project, I\'m sending dll files to clients using a WCF service. The dll files contain UserControls which the clients use to visualize data.
Is it possible, or where should I look for an extension hook to define a conditional import in MEF? Sort of the inverse of an optional im开发者_Go百科port (AllowDefault=true). What I have is a proper