Using the new Visual Studio 2010 SDK developing against the MEF based editor structure there\'s a question:
I need your advice deciding on a new project architecture I\'m going to implement. Can I use MEF and Prism 开发者_如何学Pythonside by side?
I have two different Silverlight UserControls imported with MEF from two different xaps. The UserControls are simply an Image on a Canvas. Both UserControls have the image marked as \'Resource\'. The
UPDATE As I\'ve tried to get MEF working throughout my application, I\'m coming across more an more places where I just don\'t get why it\'s not automatically creating my library when I expect it to.
I am relatively new to MEF so I don\'t fully understand the capabilities. I\'m trying to achieve something similar to Unity\'s InjectionMember.
I\'m working on a large web application that includes many modules (CRM, Inventory开发者_运维百科, Administration, etc.) What I want to accomplish is to be able develop each of these modules independ
I am making an application that is a dashboard/widget host. This is an app I will release online to kickstart a content based website I am making.
i\'m playing with MEF and in the example i see this code ( i call it the MEF compose code): var catalog = new AssemblyCatalog(System.Reflection.Assembly.GetExecutingAssembly());
I have an ASP.NET Web Forms page which the presenter needs to populate with controls. This interaction is somewhat sensitive to the page-life cycle and I was wondering if there\'s a trick to it, that
I am missing something basic when it comes to using MEF. I got it working using samples and a simple console app where everything is in the same assembly. Then I put some imports and exports in a sepa