I have seen many questions, both in the Codeplex (here) and StackOverflow forums (here), asking how to load modules that were packaged for remote module loading in a Silverlight out of browser application. I created this sample a couple of months ago, and I thought might be useful for others. Here you can download the... 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
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
The last couple of weeks, while working on a couple of personal projects/samples, I have had the chance to start exploring NDepend’s features. In this blog post, I would like to share some of the features that I believe can prove very useful when developing software using Visual Studio. I will provide an overview, using... 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
As you might already read in Bob’s blog (if you haven’t I recommend you to add him to your RSS), Prism 2.2 has been released. As I explained in my previous post, this is an intermediate version until Prism 4.0 gets here and is mainly oriented to allow development in Visual Studio 2010 and Silverlight... read more
Disclaimer: This blog post will not provide any new information on Prism’s future, as it simply is a merger of blog posts, forum threads and similar. If you follow the team blogs actively, you will probably already be aware about this information. There have been lots of threads in the Prism forum with questions like... read more