I have a solution structured like so: Models assembly Data assembly - defines repository interfaces and a
I am creating a draft architecture outline for a disconnected client-server platform, that involves multiple different client types. I need to support: web clients, desktop workstations and mobile dev
I´m trying to inject an existing instance of a class into my view, but the view only receive a default instance of my class.
I have a ListBox that is bound to a ViewModel that exposes a parameter of type ObservableCollection. I have setup an ICommand that gets fired when one of the rows in the ListBox is selected. (using me
Frameworks such as PRISM and MEF make it very easy to design complex applications out of multiple, composable components. One common example of this is a plug-in architecture where an application shel
How do I unload a view from a Prism Region? I am writing a WPF Prism app with a Ribbon control in the Shell. The Ribbon\'s Home tab contains a region, RibbonHomeTabRegion, into which one of my module
Basically, I\'m not sure where to start: I have my Shell.xaml window. I also have my Popup.xaml window.
I have a tabbed application where I want the user to be able to search for a person and then, in a new view, show the person\'s details. The user should be able to have multiple person detail views op
I’m in the process of learning the Prism framework and I’ve come along way already. But I was wondering about how to create toolbars (and context menus) where each module can register their own butt
I\'m using CAL framework in my application and I came to a point where I needed to re-use my composite UserControl somewhere else, i.e. would create a new instance of that usercont开发者_如何学Gorol f