Search⌘ K

Installation of Visual Studio, .NET, and SQL Server

Explore the essential steps to set up your development environment by installing Visual Studio 2022 Community Edition, .NET 7.0, and SQL Server Express Edition. This lesson guides you through installing and verifying these tools to ensure a smooth start to building Blazor WebAssembly applications.

Setting up your PC

For the projects in this course, we use Visual Studio, .NET 7.0, and SQL Server.

All of the projects are built using Visual Studio 2022 Community Edition version 17.5.3 with the ASP.NET and Web Development workload. If you need to install Visual Studio, follow the directions in the “Installing Visual Studio Community Edition” section later in this lesson.

Tip: Although we are using Visual Studio 2022 Community Edition, any edition of Visual Studio can be used to complete the projects in this course. Microsoft Visual Studio Code can also be used.

Blazor WebAssembly in .NET 7 requires .NET 7.0. To check the version of .NET that is running on your computer, open the Command Prompt and enter the following command: ...