There are two hosting models for Blazor apps: server-side (often pre-rendered) and client-side (WebAssembly).
I am using the Visual Studio 2019 and .Net Core 3.0.0-preview-7 with the standard Blazor Client, Server and Shared templates. In …
c# asp.net-core blazor blazor-client-side