Preparing Local Development Environment
Learn to set up local development environment for Blazor development.
Before we can start developing Blazor applications locally, we need the following:
A machine with Windows, Linux, or macOS operating system
.NET 7 SDK (or newer)
A suitable IDE or code editor
Web development and Blazor workloads enabled
Installing .NET SDK
To take advantage of all Blazor features described in this course, we need to install .NET 7 SDK or later. Although Blazor has been available since earlier versions of SDK, some of the features described in this course have only been introduced in version 7.
To download the latest .NET SDK, you can visit the following link: