.NET CORE | Blazor App with WebAssembly | Server Template | Part-3

Опубликовано: 16 Февраль 2026
на канале: TechWebDots
191
5

In this video, i have explained the following
Create NET CORE #Blazor App with #WebAssembly & Server
Difference between them on client browser and server
Requirements to setup Blazor WebAssembly preview template in vs 2019

Part1-What is blazor?
   • What is ASP NET Core Blazor? | Part-1  

Part-2 ASP NET Core Blazor Hosting Models | WebAssembly
   • ASP NET Core Blazor Hosting Models | WebAs...  

Check Blazor Version through CLI or CMD window:
dotnet --list-sdks

Install Blazor WebAssembly preview template through CLI or CMD window
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.2.0-preview1.20073.1