Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1021 Bytes

readme.md

File metadata and controls

22 lines (11 loc) · 1021 Bytes

Building a .NET Blazor Application

Overview

In this hands-on lab, you will use Visual Studio 2022 to build your first .NET Blazor application.

Blazor is a single-page app framework for building client-side web apps using .NET and WebAssembly. In this lab, we will build a complete Blazor app and learn about the various Blazor framework features along the way.

Pre-Requisites

If you do not have Visual Studio 2022 installed, download the Visual Studio 2022 Community edition. Ensure you choose the ASP.NET and web development option.

Visual Studio 2022

If you already have Visual Studio installed, ensure you install the latested .NET SDK.

.NET 8 SDK

Lab installation requirements

Installation Requirements