Create your First Blazor WebAssembly App in Net 5 using Visual Studio 2019

Fuji Nguyen
Scrum and Coke
Published in
4 min readJun 1, 2021

--

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

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

--

--

Fuji Nguyen
Scrum and Coke

DX Advocate, OpenSource Contributor, Pickleball Player - Improves software dev experience, contributes to opensource projects, and plays pickleball for leisure.