Technical requirements
You don’t need any paid tools or add-ons to kick off your Blazor journey. To aid with this, we’ve decided to limit the dependencies for the recipes in this book. You can pick up any topic independently whenever you need to.
For this chapter, you’ll need the following:
- A modern IDE. We’ll be using Visual Studio 17.12.0, but any other is also fine, so long as it supports development in .NET 9.
- A modern web browser.
- The .NET 9 SDK. If it wasn’t part of your IDE installation, you can get it from https://dotnet.microsoft.com/en-us/download/dotnet/9.0.
You can find all the code examples for this chapter on GitHub at: https://github.com/PacktPublishing/Blazor-Web-Development-Cookbook/tree/main/BlazorCookbook.App.Client/Chapters/Chapter01.