Are you new to Prism? Do you want to learn about the new features of Prism 4? Or are you searching for Prism training resources? If you are, this post is for you… Fast Download links : Prism Training Kit 1.1 | Prism 4 A new version of Prism (aka Composite Application Guidance for WPF... read more
The p&p Team has just released the first drop of Prism 4.0 (previously known as the Composite Application Guidance for WPF and Silverlight). You can download this new version from the codeplex site. What’s new In this first drop, you will find 2 new QuickStarts that tackles two of the main concerns of the community:... read more
With the help of Damian Schenkelman and Julian Dominguez, we created some Visual Studio Item Templates that provides the basic assets for implementing a new view using the MVVM pattern in Prism. These templates create the necessary files and classes for the view and viewModel parts of the pattern. I will explain in this post... read more
David Hill (patterns and practices architect) has been working recently on new Visual Studio Templates that provide an excellent starting point for WPF and Silverlight Prism-v2 applications. This is an experiment on how p&p could provide some level of automation for next versions of prism, so don’t hesitate to post any comment on David’s post. You... read more
The IRegion interface allows to Add/Remove and Activate/Deactivate the views contained in the region. These two sets of actions let us manipulate the state of each view in regions. While the meaning of Add/Remove is clear, the semantics of Activate/Deactivate might be confusing as it greatly depends on the concrete implementation of IRegion. Activate semantic... read more
Yesterday, while developing a demo app that uses Prism-v2, WCF services, ASP.NET web application and interaction with WebBrowser controls , I run into a little problem trying to consume the service from a module. I thought could be useful posting about it to save someone a little time. Update: Damian Schenkelman has posted WebBrowser control... read more