Tutorial by Examples

Detailed instructions on getting asp.net-web-api 2 set up or installed.
What and Why ? Asp.Net’s Web API2 is the latest version of Web API. It is an easy way to implement a RESTful web service using all of the goodness that the Asp.Net framework provides. Once you understand the basic principles of REST, then a Asp.net Web API2 will be very easy to implement. Web API2...
Web Api 2 - Hello World example We are going to create a new Web Api simple application which return to us Json with message and user name. Lets start! First create new Web Api project using Visual Studio and select Empty Template. Be sure to check "Web Api" folder: NOTE I didn't choo...

Page 1 of 1