InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by WCF data service? |
|
Answer» WCF Data Services is basically a platform for what Microsoft CALLS Data Services. Tabular data can be exposed as a set of REST APIs, allowing standard HTTP VERBS such as GET, POST, PUT, and DELETE to be used. The OData PROTOCOL is used by WCF Data Services for addressing and UPDATING resources. |
|