11
shouts

Adventures in MVVM – Commands in Silverlight

published 262 days, 6 hours, 21 minutes ago posted by BrianGenisioBrianGenisio 262 days, 23 hours, 54 minutes ago
Saturday, May 23, 2009 6:30:35 PM GMT Saturday, May 23, 2009 12:57:20 AM GMT

One of the most important aspects of implementing the MVVM pattern in WPF and SIlverlight is the ability for the UI layer to bind directly to commands in the ViewModel.  The only problem with this:  commands were never implemented in Silverlight. 

This article will walk you through implementing commands in Silverlight. This technique can be used in WPF as well.

category: Silverlight | clicked: 19 | | source: houseofbilz.com | show counter code
tags: .NET, MVVM, Silverlight, WPV