Technical requirements
The aim of this chapter is to keep the examples straightforward and focus on the principles of event handling in Blazor. With that said, you won’t need any additional tools, just these basics:
- A modern IDE (that supports Blazor development)
- .NET 9 installed on your development machine
- A modern web browser (that supports WebAssembly)
- A Blazor project (where you’ll write code as you go along)
All the code examples (and data samples) that you’ll see can be found in a dedicated GitHub repository at: https://github.com/PacktPublishing/Blazor-Web-Development-Cookbook/tree/main/BlazorCookbook.App.Client/Chapters/Chapter03. In each recipe that needs any samples, I will also point you to the directory where you can find them.