Background: I\'m using MEF to help compose an Excel 2007 Add-In (VSTO) that can create an entity from spreadsheet data and a creep requirement exposed a shortcoming in my architecture that I\'m tryi
I face a 开发者_JS百科problem with exporting a property . I have two view model : public class ViewModelA
I have a class which has more information then my inteface. It has a property which I did not expose in my interface.
I have an IoC wrapper that uses MEF as it\'s DI container, an applicable snippet of the wrapper is shown below.
We are creating an application which supports plugins using MEF. We are determining what type of plugins the user is able to create, and want to use dependency injection to provide this type of p开发者
I\'d like to separate extensions into their own subdirectory of some Extensions directory. I can specify multiple DirectoryCatalog of course and put them into an AggregateCatalog. But I have开发者_开发
I am writing a custom language colorizer as a Visual Studio extension using MEF. Most of my code comes from the Ook Language Integration sample that is available here. My colorizer is pretty much read
[Export] public sealed class MainViewModel : NotificationObj开发者_高级运维ect { [Import] public ISomeService MyService { get; private set; }
Let\'s say I have 5 separate assemblies with the following (assume the class name is different in each):
You cannot vote on your own post 0 Hi. I am developing this (http://arg-co.com/SabteNam%20-%20Copy.zip) windows application, and for my DAL I use Entity Framework. But every single extensionhas its