Posts Tagged ‘MVVM’
04
Oct

MVVM Light Toolkit

Post a comment » Popularity: 10%

This is an MVVM (Model-View-ViewModel) Silverlight toolkit created by Laurent Bugnion which targets to speed up application development.

Main features:

  • Enhance the code readability and maintainability by separating View from Model.
  • Enable the customization of User Interface with Expression Blend.
  • Enable the messaging capabilities between types.

MVVM Light Toolkit