Upgrade your app with MVVM concepts

This tutorial series is designed to continue the Create a .NET MAUI app tutorial, which created a note taking app. In this part of the series you'll learn how to:

  • Implement the model-view-viewmodel (MVVM) pattern.
  • Use an additional style of query string for passing data during navigation.

We highly suggest that you first follow the Create a .NET MAUI app tutorial, as the code created in that tutorial is the basis for this tutorial. If you lost the code, or want to start fresh, download this project.