Summary
In this chapter, we put what we have learned so far in this book into practice. By using the knowledge acquired around the XAML framework, binding, the application's life cycle, navigation, and the MVVM pattern, we have migrated real applications built with different technologies to .NET 6, the Windows App SDK, and WinUI.
However, this is only the beginning. Now we have an application that is reliable, more pleasant to use, and based on modern runtimes. But we haven't added any new features yet. This is the goal of the next chapters: we're starting on a journey to integrate our applications with many exciting features that are available in Windows 10 and Windows 11. We will start with technologies such as localization and Windows Hello, which will be covered in the next chapter.