5
shouts

The mini-ViewModel pattern – Colin Eberhardt’s Adventures in WPF

posted by FantasticMrFishFantasticMrFish 221 days, 10 hours ago
Friday, August 07, 2009 4:28:04 PM GMT

The construction of a ViewModel is often seen as the standard technique for solving binding problems within WPF and Silverlight. However, the addition of a ViewModel adds complexity to your code. This post describes an alternative method where a mini-ViewModel is applied directly to the problem areas in the view, leaving the rest to use simpler, straightforward binding to business objects.

One of the features of WPF / Silverlight that appealed to me immediately when I started to learn it was the flexib...

category: Silverlight | clicked: 4 | | source: www.scottlogic.co.uk | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup