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. Next ...
In this post, I’ll present a discussion on how routing works in Web API. When you create a Web API project in Visual Studio, you would observe that a MVC project is created as well.