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

Introduction

- [Instructor] It's 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. So we need different API versions. This chapter will show you a few approaches to implement it with little effort in our ACE internet core web API.

Contents