Developing New Experiences

TH06 MVVM Made Easy for WPF Applications

08/15/2019

9:30am - 10:45am

Level: Introductory to Intermediate

Paul Sheriff

Author / Instructor

MVVM and WPF go together like chocolate and peanut butter. This seminar guides you step-by-step on how to take advantage of this powerful design pattern. The main goal of MVVM is to help you develop code that is testable and re-usable, and this can be accomplished by just using MVVM. This session shows you how to create your own view model classes and bind them to your WPF screens. You will also learn to build a base class on which all your view model classes inherit.

You will learn:

  • Use the MVVM design pattern effectively
  • Utilize a base class for your MVVM design
  • Keep MVVM simple