PreviousNext

Support Multiple Versions of ASP.NET Core Web API

by bill-s, 2017-12-17T06:02:25.000Z

Now a days REST APIs are quite commonly used in web applications. At times you may need to provide multiple versions of your API to the clients. This could be because of enhanced functionality exposed by the API or it could for the sake of offering multiple sets of functionality (basic, advanced, free, paid etc.).

Read More