Technical requirements
We will maintain simplicity across all examples to facilitate understanding and learning. We will use the same dataset for all recipes, so you can see the impact of different technical aspects of working with grid components. No external tools will be required but the following 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/Chapter04. In each recipe that needs any samples, I will also point you to the directory where you can find them.