Technical requirements
To follow along with the examples in this chapter, the following software is required:
- Windows 10 version 1809 (build 17763) or later or Windows 11.
- Visual Studio 2022 or later with the .NET Desktop Development workload configured for Windows App SDK development.
- Visual Studio Code (VS Code) with the following extensions: C# Dev Kit and Debugger for Microsoft Edge.
- Windows Terminal (which was built with WinUI) or your preferred command-line tool. You can also use the Terminal window in VS Code.
- To create the Blazor project, install .NET 7 SDK or later.
The source code for this chapter is available on GitHub at this URL: https://github.com/PacktPublishing/-Learn-WinUI-3/tree/master/Chapter12.