I am trying to solve a blue screen problem. We have a .Net 4.0 WPF PRISM application. One specialthing about this application is that it hosts a WCF Service, which we use to communicate with the clie
What is the best solution to implement mouse or load or select event in prism 4. I am adding double click event on dxgrid and looking for a best practice to im开发者_如何学Cplement this feature.
I have a problem with loading modules from a xaml file in the context of the prism library. The xaml for the modules look like this:
I need clarification on when to use Pop-up, InteractionRequest. Here is my scenario. I have left side navigation view which displays the Folder\'s in tree format (as same as Windows Directory). I sho
I kno开发者_高级运维w that the issue of circular dependencies in the contect of dependency injection with prism/unity was dicussed here before.
Is there a natural way to register modules within a module for the composite application pattern in prism?
[Export] public sealed class MainViewModel : NotificationObj开发者_高级运维ect { [Import] public ISomeService MyService { get; private set; }
I\'m struggling to write a test that confirms that I am correctly unsubscribing from an EventAggregator\'s message when it is closed. Anyone able to point out the (simple) answer?!
I am currently writing a .Net application in c#, which has two main components: DataGenerator -a component generating a lot of data
I\'m currently working on an application which uses PRISM 4 to divide its functionalities in different modules.