8
shouts

Adventures in MVVM – A Rails-Inspired ViewModel

published 147 days, 54 minutes ago posted by BrianGenisioBrianGenisio 148 days, 12 hours, 50 minutes ago
Thursday, October 22, 2009 1:22:42 PM GMT Wednesday, October 21, 2009 1:26:19 AM GMT

The RoR approach to application development uses a lot of conventions to allow the developer to be as expressive as possible without introducing too much plumbing. The framework facilitates DRY (Don’t Repeat Yourself) so your controllers declare what they do and the magic under the hood plumbs it all together for you. How can we translate these ideas to a better implementation of the MVVM pattern? In this article, I will focus on the ViewModel portion of the MVVM pattern.

category: Architecture | clicked: 43 | | source: geekswithblogs.net | show counter code
tags: MVVM, Rails, WPF