Browse by Tags
All Tags »
Silverlight (RSS)
There is no doubt that the MVVM pattern offers a clean separation of concern for building testable user interfaces with WPF and Silverlight. This pattern relies on the data binding support in those two technologies for mapping an existing model class...
As I discussed in my last post , some of the Silverlight controls does not support MVVM quite well out of the box without specific customizations. The Context Menu is another control that requires customizations for enabling data binding on the menu options...
MVVM (Model-View-ViewModel) is the pattern that you will typically choose for building testable user interfaces either in WPF or Silverlight. This pattern basically relies on the data binding support in those two technologies for mapping an existing model...
More Posts