Search⌘ K
AI Features

Introduction to ASP.NET Web API

Explore how to create a hosted Blazor WebAssembly application integrated with ASP.NET Web API. Understand how to use HttpClient and JSON helper methods to perform CRUD operations for managing tasks stored in SQL Server within a multi-project architecture.

We'll cover the following...

Overview

Most websites are not islands standing alone. They need a server. They rely on a server for both data access and security, among other services.

In this chapter, we will learn how to create ...