I am starting my first foray into the world of Prism v4/MVVM with MEF & WPF. I have sucessfully built a shell and, using MEF, I am able to discover and initialise modules. I am however unsure as t
I\'ve been trying to get recomposition to work but no luck... I tried many times and many approches - with no luck... can anyone point out my mistake? I expect that after I drop a new .dll into plugin
is it possible to provide a Lazy object initializer to a MEF container? Here it is an example: [Export]
Using MEF, from inside the exporter, is it possible to find out who is importer using metadata ? for example is this possible:
I have a relatively b开发者_开发问答asic question but more than anything just need some clarity really, I have been using Prism (Composite Application Guidance) to create a WPF MVVM desktop applicatio
I have used MEF to load in external XAPs, this works great. But when I navigate away from the page with the loaded control, then go back to it, the control is in the exact state I left it.
I am looking for a simple and secure way to access plugins from a .NET application. Although I imagine that this is a very common requirement, I am struggling to find anything that meets all my needs:
I am just getting started with MEF and hoping to integrate it with an application I\'m currently working on.I am wondering if it is possible in MEF to discover parts in assemblies that are in the GAC.
Is there any way to get it work using Microsoft Extensibility Framework(MEF) Lets say i have interface
I am trying to export a field called Settings from my Main form to a Plugin as shown in the code below.I am using the Main Form function called CreateSettings() to update the private _settings field.