There are two distinct Blazor application types: Blazor WebAssembly and Blazor Server. Moreover, there are multiple ways of configuring project templates for each of these application types. In this lesson, we will cover how to create each of the supported application types by using both the IDE user interface and the command line.

Creating a basic Blazor WebAssembly project

To create a basic stand-alone Blazor WebAssembly application from an IDE, we will choose the “Blazor “WebAssembly App” template. Then, we need to ensure that both the “ASP.NET Core Hosted” and the “Progressive Web Application" options are unselected.

Get hands-on with 1200+ tech skills courses.