9
shouts

Adventures in MVVM -- Ball of Mud vs MVVM

published 269 days, 8 hours, 59 minutes ago posted by BrianGenisioBrianGenisio 271 days, 19 hours, 35 minutes ago
Monday, June 22, 2009 1:13:31 PM GMT Saturday, June 20, 2009 2:37:18 AM GMT

A demo that I added to my MVVM talk is one that compares a “Ball of Mud” application with a componentized MVVM application with the exact same set of features.  I do this to contrast a messy, un-testable work of code to a cleanly separated, testable work.  The application I chose to write is a Twitter search application in WPF.  When you download the code, you will see two folders: “BallOfMud” and “MVVM”.

category: Architecture | clicked: 49 | | source: houseofbilz.com | show counter code
tags: MVVM, Silverlight, WPF