Browser + Razor = Blazor

Introduction

Blazor WebAssembly is a Microsoft UI framework for building Single Page Application (SPA) using C## rather than JavasScript. Microsoft provides productivity tools to scaffold the Blazor WebAssembly App via the dotnet command line and Visual Studio (VS) template. This tutorial will focus on using VS 2019 template to create the Blazor app.

Tutorial Content

In this tutorial, you will learn to set up your development environment and build your first Blazor web app with Visual Studio 2019.

Part 1: Configure your local environment for Blazor development with Visual Studio 2019

Part 2: Create a Blazor WebAssembly App using Visual Studio 2019

Prerequisites

  • Basic knowledge of web app concepts
  • C## .NET experience at a beginner level
  • Local installations of the .NET Core SDK and Visual Studio

#blazor #webassembly #dotnet #vscode #csharp

Create your First Blazor WebAssembly App in NET 5 using Visual Studio 2019
11.25 GEEK