News

Take advantage of MethodTimer.Fody to measure the execution speed of your APIs and keep your ASP.NET Core applications running smoothly.
A custom wrapper for your Web API responses can provide meaningful information and ensure consistency regardless of success or failure. When working with ASP.NET Web API, it is important to return ...
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 ...
Web developers looking for a performance boost in ASP.NET 7 Web API projects can pick some low-hanging fruit by using caching. Caching is used to store frequently used data or information in local ...
The latest release of .NET 8 Preview 4 brings significant improvements to ASP.NET Core. Notable enhancements include Blazor's streaming rendering and form handling, expanded support for form ...
Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.