front matter
preface
acknowledgments
about this book
about the author
about the cover illustration
Part 1 Getting started
1 Web APIs at a glance
1.1 Web APIs
Overview
Real-world example
Types of web APIs
Architectures and message protocols
1.2 ASP.NET Core
Architecture
Program.cs
Controllers
Minimal APIs
Task-based asynchronous pattern
2 Our first web API project
2.1 System requirements
.NET SDK
Integrated development environment