[]
Blazor framework provides the following templates to develop applications for Blazor's Server and Web hosting models.
The Blazor WebAssembly App or WASM template is used for creating client-side application and the Blazor Server App template for creating server-side application. Following image shows the available templates in Blazor framework.
type=note
Note: Visual Studio 2019 (version 16.6 or above) and .NET Core SDK 3.2.0 or above is required to use the Blazor project templates.