News

ASP.NET Web API supports the use of HttpResponseException to handle exceptions both at the controller level and at the action level. When an action method in Web API throws an uncaught exception ...
With ASP.NET Core, API versioning has been made much easier. One objective of Web API is to serve multiple clients, whether based on homogenous or heterogenous platforms.
I've looked at the new ASP.NET Web API before, but only at retrieving data and only in the ASP.NET MVC template generated by Visual Studio 2010. In this column, I want to do two other things: use the ...