News

Take advantage of API versioning in ASP.NET Core to manage the impact of changes to your APIs on your clients When developing APIs, you should keep one thing in mind: Change is inevitable.
Take advantage of an API gateway to provide a single point of entry to your back-end services and keep your services secure. YARP makes it easy. An API gateway provides a mechanism through which ...
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 ...
If you're unfamiliar with ASP.NET Web API and want to learn more, take a look at "Creating an HTTP Service with ASP.NET Web API" by Sam Nasr. Being tied to IIS can be extremely limiting, as there are ...