Would you still use Prism with SL4, even when Silverlight 开发者_运维技巧4 already supports commanding, e.g. MVVM concept?
In silverlight prism application I have a region (ContentControl) and would like to remove currently active view before adding another view. I tried to use region.PropertyChanged event but it doesn\'t
Is anyone out there using the Prism framework with Ninject instead of Unity? I need some functionality Unity isn\'t supporting yet, and I\'ve decided to switch the IoC container to Ninject. I\'m strug
I\'ve got a ItemsControl (to be replaced by listbox) which has it\'s ItemsSource bound to an ObservableCollection<User> which is located in the view model.
I have a sub-class of DelegateCommand which fails with an InvalidProgramException, \"The Command Language Runtime detected an invalid program.\" when I call Execute.
I\'m writing a prism application, I\'ve just created my 1st module, fired it all up and amazingly - it works.
I have a situation where I load a WPF PRISM module into the program when the user clicks a button.The program looks at a ComboBox SelectedItem property on the already loaded module to pick data for th
I have a Menu (Telerik RadMenu) that has nested regions defined in the Shell. In my modules I will register the modules menu or toolbar items with these regions. Everything works fine for the root reg
I have UnityContainer in my app yet. Now I want to add use of PRISM to my app and I want PRISM to use my Container instead of its inner one defined in bootstrapper. Or I would also satisfied if I coul
I\'m using Prism in my WPF application and up to now, I\'ve been loading the modules via 开发者_运维百科var moduleCatalog = new ConfigurationModuleCatalog();. I\'d like to get the module catalog from