PreviousNext

ASP.NET Core Web API Versioning

by bill-s, 2019-11-19T17:36:01.953Z

An iteration and evolutionary changes of an ASP.NET Core Web API is handled by Versioning. Versioning of an API gives confidence to the clients which consumes API for a long time. Any changes or development of an API will be accessible using the new version and it won't cause issues to the clients consuming the old version of API.

Read More