I have an app that has several modules that have completely different functionality and I\'m trying to figure out the best way to implement this using prism.
is there anyway for DelegateCommand\'s to support gestures when building a composite WPF app?I\'m trying to create a command used by a MenuItem and also a Button, which can be accessed through a keybo
I have a MVVM (Prism) application that I need to implement a master details screen wheer the master is a listview and the details is displayed next to it. Read-only seems easy enough (haven\'t done it
I am writing a MVVM application and one of the screens is quite significant in size. The screen maintains and object that has multiple lists of other objects that also get editied within the context o
I have been using Prism for a while now and enjoy how much easier it is to decouple my mod开发者_StackOverflowules.
I am writing an application using Microsoft\'s Prism framework and I\'m having trouble working out the best way to approach a simple \'Save File\' style dialog box.
I have an existi开发者_开发知识库ng Silverlight application where Page.xaml has some buttons on it that load user controls into a TransitioningContentControl content host. Each of these user controls
I\'m writing an application in Prism. I have a user control and contains two <ContentControl> controls. These both have Regions assigned to them. The usercontrol is being hosted in a Window that
I am using Prism in an application and I need a way to run call a function every time a module is requested. The thing is that this function will query the database for some items, and I need to do th
The native PRISM\'s modulariy mechanism support loading modules by path to assembly, 开发者_如何学JAVAcontainiтg this module. I want to have availability to store modules\' views (XAML) in database i