-
Book Overview & Buying
-
Table Of Contents
Apps and Services with .NET 10 - Third Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Online material can be extra content written by me for this book, or it can be references to content created by Microsoft or third parties.
A summary of what’s new in .NET 10 for Minimal API web services can be found at the following link: https://github.com/markjprice/markjprice/blob/main/articles/whats-new-in-net10-books.md#chapter-15---building-and-consuming-web-services
ASP.NET Core can now return Server-Sent Events using the TypedResults.ServerSentEvents API. This capability works in both Minimal API and Web API with controllers.
Server-Sent Events, or SSE, is a server push mechanism that lets a server continuously send event messages...