News

Click here for Part 2 Microsoft has recently released the Visual Studio 2013 Preview 1, which includes ASP .NET Web API 2. One of the most notable new additions to Web API is attribute-based routing.
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 ...
Steps for creating web API 1. We will start with the Visual studio. Open visual studio and open new project. Select Menu >> Web >> ASP.NET web application. Give project name and click OK 2.