From the daily archives: Tuesday, June 14, 2011

I ran in to an issue using custom complex classes in my model, that wouldn’t notify the View Model that something had changed. I didn’t like the idea of building everything as a one to one relationship between my View, View Model and Model just to get the UI to stay current. I prefer instead [...]

Continue Reading