- Back to Home »
- ASP.NET »
- ASP.NET Web API
Posted by :
Sudhir Chekuri
Thursday, 24 October 2013
Web API is a part of the ASP.NET technology that fits in nicely in Web forms, Web pages and MVC.
It is used to create web based services of any kind.
Same Web API can return both xml format and JSON format data based on the request.
If you request for json content type it will return data in json format and if you request for xml content type it will return in xml format.
Living documentation is available in WebAPI ie., when you update the api automatically the documentation available in views page will be
It is used to create web based services of any kind.
Same Web API can return both xml format and JSON format data based on the request.
If you request for json content type it will return data in json format and if you request for xml content type it will return in xml format.
Living documentation is available in WebAPI ie., when you update the api automatically the documentation available in views page will be