Chapter 21. RESTful services with the ASP.NET Web API

 

This chapter covers
  • Using the ASP .NET Web API
  • Sharing entities with Silverlight
  • Consuming RESTful Services
  • Enabling additional HTTP verbs

 

Representational State Transfer, or REST, means several things; in this case, it refers to the approach of making services accessible through a set of simple URIs and HTTP verbs. Before the days of web services and stateful web applications, almost everything on the web was RESTful, meaning that all traffic over HTTP used one of the HTTP verbs to define its purpose, and calls were complete without requiring server-side state. Over the years, the use of these verbs dwindled down to nearly all traffic using only the GET and POST verbs for requesting ...

Get Silverlight 5 in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.