I have an WPF-Application composed with prism4(and MEF). Now I got the scenario that I need to run this WPF-Modules in a WindowsForms-Environment.
I\'m working on a project which uses PRISM 4 and the MVVM pattern. The project requires that a login screen appears at start-up, allowing users to login and, in the event that the login is successful
I created a modular application where each module only communicates through the other one with strong interfaces.Recently I found that we failed to separate the modules completely because there is a s
I have a subscribe method in one view model listening for publish events in another view model. For some reason, that I can\'t figure out, when the publish method is fired, the subscribe method runs m
Is there are any other alternative mec开发者_开发百科hanism for communications between loosely coupled components in the application such as EventAggregator in Prism?You can use a message bus .
I\'ve been trying to capture the values that a user enters into a datagrid by using <b:Interaction.Triggers>
Update: The focus became MVVM instead of the actual question so I\'m updating it. I\'m having a problem with CanExecute for DelegateCommand. It doesn\'t update before I call RaiseCanExecuteChanged, i
On an application that i\'m developing usin开发者_开发问答g Silverlight 4 and PRISM, on one of the modules i have a ResourceDicionary with a DataTemplate.
I have developed a Microsoft Prism 4.0 application and I am struggling to understand how to make the user application setting functionality available to modules.
I\'m developing WPF Prism application using Unity container. The issue is: I have a ListBox, each element has开发者_JAVA技巧 it\'s own ViewModel. In that element I need to select a location from a lis