-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core 9 Essentials
By :
As part of ASP.NET Core 9, the web API is a framework for building HTTP services, which can be made available for both web page consumption and mobile applications. The structure provided by the .Net Core platform provides the development of APIs with high quality and performance. In this chapter, we will learn more about WebAPI, including the standards, conventions, and best practices for delivering solutions via a service.
We will work on creating a real-time task management application where we will use various techniques available on the .NET platform and SignalR to learn about the concepts and implement an example of applications that use the Stream concept. We will also explore the premises for hosting SignalR applications on a server.
In this chapter, we’re going to cover the following main topics: