There’s a behavior in Prism Region Navigation which might cause some confusion for those that aren’t used to it: a navigation request that leads to an error doesn’t throw an exception, but rather the navigation request stops and the exception apparently vanishes. This is because, instead of throwing an exception, the RegionNavigationService exposes a NavigationFailed... read more
This past week with Diego, Ezequiel, Guido and Matias we worked on updating Prism training kit to Prism 4.0. Following the trend from the Prism team guys, we updated the version number to Prism Training Kit 4.0. Download the latest version from here. I really recommend downloading this release, as we put a lot... read more
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
Prism 4.0, formerly known as Composite Application Guidance for WPF and Silverlight, has just been released. This is the result of several months of work, where we were driven mostly by community’s feedback. The most important additions to this version are: MEF support, MVVM guidance, Navigation support, and a Prism version for Windows Phone 7.... read more
About a month ago I blogged about an e-mail sender program that used the MVVM pattern to integrate business logic written in Iron Python with presentation logic written in C#. In this post I will show another great benefit of using this approach. The source code related to this post can be downloaded from here.... read more
Last semester, at the University, along with other students (Alejandra Stamato, Gonzalo Zamudio and Manuel Soldini), we had to create a game similar to Guitar Hero for the Algorithms & Programming III subject. Being a University subject, it had some specific requirements (mostly related to model specification and the entities that needed to be included).... read more
A couple of weeks ago I decided to start a code kata using IronPython, with the objective of learning how C# and IronPython code could be integrated and used together. I had previously used Python (my favorite choice for University assignments), but this was my first try with the DLR version. (If you just can’t... read more
El Sábado 4 de Septiembre, junto a mis amigos Diego Poza y Matias Bonaventura, vamos a dar una charla en Codecamp Buenos Aires sobre patrones de presentación en WPF y Silverlight 4, enfocandonos principalmente en Model View ViewModel (también conocido como MVVM). Durante la charla vamos a mostrar las diferencias entre una aplicación que usa... read more
Published by Damian Schenkelman on July 2nd, 2010 5:36 pm under Composite Application Guidance for WPF & SL, Patterns & Practices, Prism-v2, Prism-v2.1, Prism-v2.2, Silverlight 4, Training Kit, Visual Studio 2010, WPF, Windows Presentation Foundation, p&p
Over the last week, Matias and I took some time to work on something a Prism Training Kit. We figured out that was one of the things that would be useful to learn Prism. Therefore, we decided to create a set of Hands on Labs that cover the basic topics addressed by Prism (if you... read more
The third drop of Prism 4.0 (formally known as the Composite Application Guidance for WPF and Silverlight) has been released and can be found in Codeplex. We are early in the process of creating Prism 4.0 so we really need your feedback on the drop and on what you want for this version of prism.... read more