-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Web API Cookbook
By :
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
action method and controller class names 125, 126
admin-controlled group management
implementing, in SignalR 162-166
AggregateBy LINQ method
using, to return average price per category 29-32
API
Seq and Serilog, configuring with 134-139
API gateway
creating, with YARP reverse proxy 234-242
API service method
unit testing, with xUnit 168-171
Aspire Redis
ASP.NET Core controllers
Serilog log objects, crafting 130-133
ASP.NET Core Health Check middleware
leveraging 96
ASP.NET Core Identity 71
ASP.NET Core’s HttpLogging 127
combining with Serilog and Seq 127-129
ASP.NET Core Web API
cookie authentication, using 78-83
authentication
in integration testing...