Technical requirements
To follow along with the examples in this chapter, the following software is required:
- Windows 10 version 1803 (build 17134) or newer.
- Visual Studio 2019 version 16.9 or newer with the following workloads: .NET Desktop Development and Universal Windows Platform Development.
- Visual Studio Code with the following extensions: C# for Visual Studio Code and JavaScript Debugger (Nightly).
- Windows Terminal (which was built with WinUI 2.x) or another command-line tool.
- To create ASP.NET Core Blazor projects, make sure you install .NET Core 3.2 or later. We will be using .NET 5 in the sample code in this chapter.
The source code for this chapter is available on GitHub at this URL: https://github.com/PacktPublishing/-Learn-WinUI-3.0/tree/master/Chapter12.