Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 25: ViewModel
Posted by: Brad Abrams,
on 08 Sep 2009 |
View original | Bookmarked: 0 time(s)
ViewModel (or Model-View-ViewModel) is an emerging pattern in the WPF, Silverlight space which enables a separation of concerns similar to that of the MVC pattern that is popular on for stateless web apps today (for example: ASP.NET MVC). John Gossman was the first one I heard talk about the pattern from his days working on Expression Blend. Of course, this was is simply an application of Martin Fowlers Presentation Model pattern. In this example, I will take our ever popular...