Introduction
to ASP.NET Web API Features and why should we use Web API?
HTTP is
not just for serving up web pages. It is also a powerful platform for building
APIs that expose services and data. HTTP is simple, flexible, and ubiquitous.
Almost any platform that you can think of has an HTTP library.
Difference between Web API, WCF and Web Service
So now
we have got the basic idea about Web API, now let’s do some comparison of Web
API with WCF and web services.
ASP.NET
Web API is a framework for building web APIs on top of the .NET Framework. In
this tutorial, we’ll create a web API in ASP.Net to become familiar with Web
API.
Calling or consuming the ASP.Net Web API using jQuery and JavaScript
In our
last post we have created our first Web API and invoked the web API directly
from the browser; in this article we will use jQuery/JavaScript for calling the
Web API methods.
Hope you have enjoyed learning Web API, your comments and suggestions are highly appreciated.
Comments
Post a Comment