News

Take advantage of the built-in correlation IDs in Web API to track HTTP requests that flow through multiple back-end services ...
The API consultant James Higginbotham wrote recently about the advantages of adopting an API design-first approach using the “Align-Define-Design-Refine” (ADDR) process. ADDR is an iterative ...
Take advantage of a DelegatingHandler and the X-HTTP-Method-Override in Web API to overcome browser and firewall constraints When deploying your REST Web API over a public domain, you will ...
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 ...
Learn how to utilize the Roslyn Scripting API to host a C# scripting engine in your applications.