March 2021
Beginner
440 pages
8h 28m
English
After learning the basics of the MVVM pattern and its implementation in WinUI, it's now time to build on that knowledge base to handle some more advanced techniques. Now you will learn how to keep components loosely coupled and testable when adding new dependencies to the project.
Few modern applications have only a single page or window. There are MVVM techniques that can be leveraged to navigate between pages from a ViewModel command without being coupled with the UI layer.
In this chapter, you will learn the following concepts:
Read now
Unlock full access