Just started working on a composite App that will multi-target WPF & Silverlight 4. It\'s quite likely that we\'ll allow some 3rd party plugins.Also, we\'d like to partition the Silverlight app in
I am converting a home-grown plugin architecture to .NET 4.0\'s MEF.The MEF-based application works wonderfully when it is run from my local machine.When I move the application to network share and th
Is it possible to register a region adapter within a module? I have a ContentControl in my Shell.xaml set to region \"MainRegion\" that currently gets populated with a module containing the AvalonDoc
[Export] [Export(typeof(IClass)) public Class : IClass Can I expect the s开发者_JS百科ame singleton when I use constructor injection for Class and IClass?Yes, regardless of the number of exports, th
I have a MVC3 Area in an assembly that is dynamically loaded with MEF. If I use the Webforms view engine with strongly typed views, ev开发者_StackOverflow社区erything works fine.
I need to write an extensible ASP.NET MVC 3 application, while an extension is a .dll with a very specific purpose (i.e: a forum extension, a blog extension, a wiki extension, etc).
I don\'t understand w开发者_运维问答hat the difference here is, anyone care to explain how a ModuleExport is different than an Export?ModuleExport is an ExportAttribute, but with some additional modul
In Unity I would do something like this开发者_StackOverflow社区: Container.RegisterType<MyClass>(\"MyNamedInstance\", new ContainerControlledLifetimeManager());
I need to write a web application with ASP.NET MVC 3 that should be completely modular and extensi开发者_高级运维ble. A module/extension would be, for example - a forum, a blog or a content module.
I had a class and I typed in the concrete class rather then the interface that was registered. Is there a way to debug this sort of thing in visual studio?