News

This article shows the design patterns that users of REST specification languages such as RAML, Swagger, and API Blueprint should adhere to when generating code for C# and ASP.NET Web API.
Using exception filters in ASP.NET Web API Exception filters are filters that can be used to handle unhandled exceptions that are generated in your Web API controller methods.
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 ...
Practical ASP.NET Returning Raw JSON Data in Web API with Marten Here's a trick to have Marten automatically deserialize JSON data only when you want it to. By Jason Roberts 02/16/2017 ...