December 2013
Intermediate to advanced
1872 pages
153h 31m
English
In keeping with the principles of Representational State Transfer (REST), WDS provides a mechanism for selecting, inserting, updating, and deleting data via HTTP requests to particular URIs. To put this into practice, a client application must be able to formulate its requests using specific HTTP verbs, as shown in Table 47.3.
TABLE 47.3 HTTP Verbs Corresponding to CRUD Operations for WCF Data Services
To simplify the proper creation of these potentially complex HTTP requests, rather than hand-crafting them, you can use the new .NET client library, System.Data.Services.Client, which comes with WDS and is automatically added as ...