Summary
We have made some great progress on the My Media Collection application in this chapter. Along the way, you have learned to use several common WinUI controls. You have also learned how to change the appearance, layout, and behavior of WinUI controls by using different layout controls and updating control properties in XAML. Finally, you saw how to leverage data binding and events to add and update data displayed to the user.
Next, we will learn how to decouple some of the logic we have been writing in the code-behind files in order to build testable and maintainable applications.