Section 3: Build and Deploy on Windows and Beyond
This section rounds out your WinUI knowledge by exploring techniques for debugging, building, and deploying WinUI 3.0 applications. You will explore the extensive debugging tools Visual Studio has to offer WinUI developers. Next, you will see how you can host a web application inside a WinUI application, leveraging Blazor, the Visual Studio Code editor, GitHub Actions, and the new WebView2 WinUI control. Finally, readers will learn about the options for building and deploying WinUI applications to users with Visual Studio, Visual Studio App Center, the Microsoft Store, and Microsoft’s new command-line installer called WinGet.
This section includes the following chapters:
- Chapter 11, Debugging WinUI Applications with Visual Studio
- Chapter 12, Hosting an ASP.NET Core Blazor Application in WinUI
- Chapter 13, Build, Release, and Monitor Applications with Visual Studio App Center
- Chapter 14, Packaging and Deploying...