I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas
I have a console based MEF application the host (CompositionContainer) of which loads available plugin assemblies based on the command line parameter, for example:
When using unity you can import the container in the constructor of a view moder per say. But how would I do import a MEF contai开发者_开发知识库ner into a view model to resolve instances?
OK I\'m pretty sure this is something blindingly obvious but I\'m not finding it. I\'m trying to export a object from MEF container based on it\'s Metadata.
I have my service lay开发者_JS百科er serving as a facade over my domain model layer to orchestrate calls to domain objects. I wrote a custome instance provider for my WCF services to harness MEF for i
How I can the existing instance of an exported part in MEF container . If I have class A which was composed in the container , I need in some places in my code to get the instan开发者_开发问答ce , if
I am using Ninject as my MVC contr开发者_高级运维oller factory, but I also load in certain routes and controllers via MEF, these controllers need to be able to register themselves with Ninject:
I have a simple container hierarchy with a parent container which is defined in the Shell MEFBootstrapper using a Directory catalog, and child container(s) which get created off the parent with a dist
In a WCF service project, I have created a simple wrapper for MEF CompositionContainer to simplify its instantiation :
I have the following situation : I have in UserControl A , in this user control I manage selecting a list of contacts for sending email. I added to its ViewModelA an Action so after filling the cont