Build a Blazor WebAssembly Application
Learn to build a basic Blazor WebAssembly application.
We'll cover the following...
In this section, we will create a new Blazor WebAssembly application and get familiar with it.
The application type
We’ll build a new Blazor WebAssembly application using the .NET project template included with the .NET CLI. This allows us to focus on the basic principles of the integration with ...