Summary
In this chapter, you learned that .NET Core 3.0 supports older technologies for building Windows desktop applications including Windows Forms and WPF.
You learned how to build a graphical user interface using XAML and the new Fluent Design System, including features such as Acrylic material, Reveal lighting, and Parallax view.
You also learned how to share resources in an app, how to replace a control's template, how to bind to data and controls, and how to prevent thread blocking with multitasking and the C# async
and await
keywords.
In the next chapter, you will learn how to build mobile apps using Xamarin.Forms.