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.
By David Ramel 07/15/2025 ASP.NET Core and Blazor received the lion's share of updates in .NET 10 Preview 6, with improvements ranging from JavaScript bundler support and server state persistence to ...