In this tutorial we will learn about What is ASPNET Web API ...
In this tutorial we will learn about How does ASPNET Web API differ from ASPNET MVC ...
In this tutorial we will learn about What are the advantages of using ASPNET Web API ...
In this tutorial we will learn about What are the limitations of ASPNET Web API ...
In this tutorial we will learn about What is REST and how does it relate to ASPNET Web API ...
In this tutorial we will learn about What are the HTTP methods commonly used in ASPNET Web API ...
In this tutorial we will learn about How do you create a new ASPNET Web API project ...
In this tutorial we will learn about What is the role of the Globalasax file in an ASPNET Web API application ...
In this tutorial we will learn about What is routing in ASPNET Web API and how does it work ...
In this tutorial we will learn about How do you implement custom routes in ASPNET Web API ...
In this tutorial we will learn about What is a controller in ASPNET Web API ...
In this tutorial we will learn about How do you create a Web API controller ...
In this tutorial we will learn about What are action methods in ASPNET Web API ...
In this tutorial we will learn about How do you return different types of results from an action method eg IHttpActionResult JsonResult ...