Skip to content

J0rgeSerran0/Blog-AspNetCore-WebAPI-Versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Blog-AspNetCore-WebAPI-Versioning

ASP.NET Core 2 Web API

Easy Versioning

Why this sample code:

  • Microsoft.AspNetCore.Mvc.Versioning help you to add versioning to your ASP.NET Core Web API, however sometimes is not necessary to use it. Add more layers to your code is not a good practice.
  • This sample will show you how to add versioning on your ASP.NET Core Web API easily with a better maintenance of your API.

This information is related on my blog http://geeks.ms/jorge/.

About

Easy way to versioning an ASP.NET Core 2 Web API without use Microsoft.AspNetCore.Mvc.Versioning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages