Index
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
access token 320
Amazon Web Services (AWS) 580
annotation-based approach 469
Apache Kafka 744
application programming interface (API) 1
consuming 286-288
appsettings.json
using 100-102
Arrange-Act-Assert pattern 341
as operator 372
ASP.NET Core 35
development environment, setting up 36
.NET SDK, checking 38
VS Code, configuring 37
ASP.NET Core applications
containerizing, with Docker 580
gRPC services, configuring 447-449
ASP.NET Core MVC 720
ASP.NET web API development, common practices
asynchronous programming, using 626-628
comments, adding to endpoints 634-637
HTTP status codes, using 624-626
HTTPS, using instead of HTTP 624
pagination, using for large collections 629-631
response types, specifying 632-634
System.Text...