News

Getting started Let’s create a Web API project first. To do this, create a blank ASP.Net project in Visual Studio 2015 and check the Web API checkbox when selecting the project template.
A Web API project stores the configuration information in the RouteConfig and WebApiConfig classes — both of these are present in the Application_Start folder.
Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.
If you want to impress your boss (or client) with your diligence in generating documentation for your Web Service, then you need Swagger. That it will also make it easier for you to run tests on your ...
A coalition of tech companies announced today the launch of Open Web Docs, a new initiative to help write documentation for Web APIs, JavaScript, and other web tooling and platforms. The new ...