9
shouts

Adventures in MVVM -- Ball of Mud vs MVVM

published 232 days, 7 hours, 51 minutes ago posted by BrianGenisioBrianGenisio 234 days, 18 hours, 27 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: 47 | | source: houseofbilz.com | show counter code
tags: MVVM, Silverlight, WPF