Author: Nikhil Kothari's Weblog | Posted on: 3/24/2010 3:12:42 AM | Views : 844

It looks like I have a set of posts on ViewModel, aka MVVM, that have organically emerged into a series or story of sorts. Recently, I blogged about The Case for ViewModel , and another on View/ViewModel Association using Convention and Configuration , and a long while back now, I posted an Introduction to the ViewModel Pattern as I was myself picking up this pattern, which has since become the natural way for me to program client applications. This installment adds to this on-going series. I've alluded to this topic in the past, but it is now time to focus and dedicate a post on the interactions between a view and its view model, i.e. the arrows in the diagram below: I like to present ViewModel as something that is not brand-new, but a...(read more) ...

Go to the complete details ...