News

Install-Package Microsoft.AspNetCore.Mvc.Versioning Note that if you’re using ASP.NET Web API, you should add the Microsoft.AspNet.WebApi.Versioning package. Now that the necessary package for ...
With ASP.NET Core, API versioning has been made much easier. One objective of Web API is to serve multiple ... Microsoft.AspNetCore.Mvc.Versioning. Alternatively, you can install the package ...
To demonstrate, I'll create a sample ASP.NET Web API 2.1 application in ASP.NET MVC 5, using Visual Studio 2013. This solution will be very similar to the one I discussed in my previous article ...