Technical requirements
Before diving in, make sure that you have the following:
- .NET 9 SDK installed
- A modern IDE (that supports Blazor development)
- A modern web browser (that supports WebAssembly)
- A Blazor project
We will build all recipes in a BlazorCookbook.App
project, so all references will reflect that assembly. Make sure you adjust assembly references to match your project.
You can find all the code written in this chapter and code samples on GitHub at: https://github.com/PacktPublishing/Blazor-Web-Development-Cookbook/tree/main/BlazorCookbook.App.Client/Chapters/Chapter09.