0
kicks
Adventures in MVVM – Commands in Silverlight
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.