Monday, April 16, 2012

Web API

Web API is the emerging trend in the Web programming.

The WiKi defines as “A web API (Application Programming Interface) is typically a defined set of HTTP request messages along with a definition of the structure of response messages, typically expressed in JSON or XML. While "web API" is sometimes considered a synonym for web service, the Web 2.0 applications typically have moved away from SOAP-based web services towards more direct REST-style communications.[1] Web APIs allow the combination of multiple services into new applications known as mashups

Check out the PDC 10 talk on Building Web API which gives insight on how Microsoft approaches Web API.

Getting Started with ASP.NET Web API

Check out the blog to get started Tutorial

No comments:

Post a Comment

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...