Chapter 8: API Versioning and Logging in ASP.NET Core
Welcome to another chapter. This chapter will teach you about logging API requests, which is an essential part of any application because logging brings benefits to developers and business people. You will also learn about API versioning, which is sometimes necessary to create maintainable APIs but can be problematic if not done correctly.
We will cover the following topics:
- API versioning
- Logging in ASP.NET Core