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 - ASP.NET Core Tutorial
From the course: Advanced Web APIs with ASP.NET Core 8
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.
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.
Contents
-
-
-
-
(Locked)
Introduction: API versioning29s
-
(Locked)
Versioning options2m 54s
-
(Locked)
NuGet versioning packages2m 54s
-
(Locked)
Implementing URL versioning9m 12s
-
(Locked)
Implementing header versioning3m 51s
-
(Locked)
Using the Accept header for versioning2m 40s
-
(Locked)
Implementing query string versioning2m 12s
-
(Locked)
Versioning minimal APIs7m 58s
-
(Locked)
Versioning and Swagger4m 14s
-
(Locked)
-
-