Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Welcome to this step of the getting started guide. In this step we will create the view models. Since this is a very simple application, just a few view models are required. A view model in essence is nothing more than a class that derives from the ViewModelBase class

...