The default WebApi Project template in VS 2012 creates a project with no less than 40 references alone, which include […]
Tag: #webapi
From HttpResponseMessage to IHttpActionResult
Coming from the first version of WebAPI, we are all familiar with ApiController actions that returns a HttpResponseMessage: public HttpResponseMessage […]
Building Out a Clean, REST-ful WebApi Service with a Minimal WebApi Project
In a previous post, we saw how to create a minimal ASP.NET WebApi project template, so that we can avoid […]
3 easy steps to create WebAPI documentations
By default, the API Help page created by Microsoft.AspNet.WebApi.HelpPage contains no documentation. We will see all ApiController actions are listed […]
Web API 2 Help Page
Wondering where the WebAPI Help Page comes from? The package to automatically create the WebAPI documentation page is: Microsoft.AspNet.WebApi.HelpPage The […]
MutationObserver Web API
MutationObserver Web API, what is it? The MutationObserver Web API is, according to MDN, an interface which provides the ability […]