News

In this article, we will investigate testing your ASP.NET Core 2.0 Web API solutions. We will look at internal testing with Unit Testing and externally testing your solution with a new testing ...
To implement global exception handling in ASP.Net Core Web API, we can take advantage of the built-in middleware UseExceptionHandler.
With ASP.NET Core, API versioning has been made much easier. One objective of Web API is to serve multiple clients, whether based on homogenous or heterogenous platforms.