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.
-------------------------
* 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