Friday, 21 June 2019

WEB API Introduction

ASP.NET WEB API
-------------------------
*  ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices.
*  It is an ideal platform for building RESTful applications on the .NET Framework.
*  It works more or less the same way as ASP.NET MVC web application except that it sends data as a response instead of html view.

API Introduction

API (Application Programming Interface)
-----
* API is some kind of interface which has a set of functions that allow programmers to access specific features or data of an
application, operating system or other services.

Example : UBER,OLA,ZOMATO,PAYPAL,etc.,


Featured post

Development Of JAVA Program