News

There are various ways in which you can host your Web API, and you need not always have to host your Web API in IIS. You can host it in a separate process as well.
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.