Skip to content
Tag

api-versioning

1 article

API Versioning in ASP.NET Core - The .NET 10 Guide
.NET Core thg 9 13, 2026 29 min read

API Versioning in ASP.NET Core - The .NET 10 Guide

API versioning in ASP.NET Core lets multiple versions of the same endpoint run side by side, so you can ship breaking changes without breaking the clients already calling your API. On .NET 10, the modern way to do it is the Asp.Versionin...

By Huy Vũ