News

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 ...
ASP.NET Web API incorporates nice support for HTTP PATCH requests using the Delta class, which was included as part of the OData additions. We will cover how to use the Delta class in a later post.