Are there any sample applications avaliable that make use of both caliburn and prism? I know there are blogs that talk about it but I would like to wade into some code and see how it all fits togethe
I\'ve found that in order to use PRISM\'s classes in XAML you need to import namespace in that way: xmlns:cal=\"http://www.codeplex.com/CompositeWPF\"
Using Prism - what is the best way to handle navigation in a WPF application? And how do you apply this? Are there any best practices?
th开发者_运维知识库is I guess is similar to the MVVM templates - but does anyone know if VS2010 Project Templates exist for PRISM?Here are for Visual Studio 2010
Hi I\'m in a scenario where I\'m thinking about to have several modules, and let modules depends on other modules.
I want remove all views from my region in Composite. I\'m using Silverlight 4.0. And unfortunately, this code crashes with OutOfRangeException inside Composite.
I am coding a simple login UserControl with two TextBoxes (Username and Password) and a Login button. I want the Login button to be enabled only when the username and password fields are filled in. I
I\'m starting to train Prism (CAL) with a small application and faced some problems. I\'m creating multiple instances of my MainView, which itself contains some regions, and display them in the Shell
I have an application that uses WPF Composite, and I have an issue.I\'ve got a big database that is attached 开发者_开发百科to the application and I need it exposed to different modules as part of the
I am building a Prism app with several modules, one of which (MyModule) contains a user control (MyUserControl) that I created. MyUserControl tests fine, but when I add it to MyModule and run the app,