
Blazor WebAssembly by Example
By :

The TaskManager
project will be created by using Microsoft's Blazor WebAssembly App project template to create a hosted Blazor WebAssembly app. First, we will examine the demo project created by the project template. Then, we will add a TaskItem
class and a TaskItemsController
class. We will use Entity Framework migrations to create a database in SQL Server. Finally, we will demonstrate how to read data, update data, delete data, and add data using the HttpClient
service.
We need to create a new Blazor WebAssembly app. We do this as follows:
Blazor
and then hit the Enter key. The following screenshot shows the Blazor WebAssembly App project template that we will be using:
Figure 8.4 – Blazor WebAssembly App project template