MVMMapper SDK

Generate the ViewModel
Download

MVMMapper SDK Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Erno de Weerd
  • Operating Systems:
  • Windows All
  • File Size:
  • 7 KB

MVMMapper SDK Tags


MVMMapper SDK Description

The MVMMapper package will help you generate the ViewModel and its mapping to the Model when implementing MVVM in .NET. When implementing the Model-View-ViewModel pattern Origin Explained in Silverlight or WPF a lot of the code you write is very repetitive or obvious. Easy things that you add to a view model classes such as a property that raises the PropertyChanged event, a command that calls a method. But also more complex constructions such as support for editing and undo editing and the mapping from the view model class to a class from the model and back again. The MVMMapper is a generator that easily plugs into Visual Studio and generates most of this code. The generator takes a single XML file (a mapping file) for each ViewModel Class as input and then generates the ViewModel class and its Commands. The generated view model class is easily extended by specifying a base class, implementing a partial method or by adding data and logic to the view model class in a custom partial class. Next to the very simple scenarios that are supported (mapping the view model class directly to a web service's proxy classes) more complex scenarios are supported as well. Just take the tour by reading the tutorials or, better, do them yourself.


MVMMapper SDK Related Software