Mid ASP.NET Core

Versioning pitfalls and backward compatibility?

  • Avoid breaking changes to existing endpoints.
  • Use new versions for changes in contracts.
  • Maintain old versions as long as needed.
  • Ensure documentation and clients are updated accordingly.

More from ASP.NET Core Tutorial

All questions for this course