By mswatcher
via codeproject.com
Submitted: Feb 20 2013 / 07:49
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. With WebAPI content negotiation, one can return data based on the client requests. What I mean is, if the client is requesting the data to be returned as JSON or XML, the WebAPI framework deals with the request type and returns the data appropriately based on the media type. By default WebAPI provides JSON and XML based responses.
Tweet
SaveShareSend
Tags: .net, frameworks, web services
Add your comment