From the course: Advanced Web APIs with ASP.NET Core in .NET 6
Introduction - C# Tutorial
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.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.