From the course: Advanced Web APIs with ASP.NET Core 8

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Introduction: API versioning

Introduction: API versioning

- [Instructor] It is now time to talk about API versioning. Our API is pretty functional at the moment, but it may evolve in the future, so we might have changes that are not backwards compatible therefore, we need different API versions. This chapter will show you a few approaches to implement it with little effort in our ASP.NET Core web API.

Contents