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.

No comments:

Post a Comment

Featured post

Development Of JAVA Program