TaskManager Project Overview
Explore building a task manager application using Blazor WebAssembly and ASP.NET Web API. This lesson helps you understand how to create an app that can view, add, and delete tasks backed by a SQL Server database, providing practical experience with these technologies.
We'll cover the following...
We'll cover the following...
In this chapter, we will build a Blazor WebAssembly app to manage tasks. We will be ...