News

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. In other words, you ...
Knowing the architecture for ASP.NET Core 2.1 Web API solutions may help broaden your understanding. The solution and all code from this article’s examples can be found in my GitHub repository.
Apiary’s new testing service claims to be able to test API fidelity and reliability in live environments in real-time. As a result, API developers can ensure that APIs will work properly the ...
VS Code Quick Tip: Install Curl to Speed Up REST API Testing While mostly known for its use in Linux-based development, the versatile curl tool for transferring data over HTTPS can be a nifty ...