-
Book Overview & Buying
-
Table Of Contents
OData Programming Cookbook for .NET Developers
By :
In this chapter we will cover:
Exploring an OData service through web browser
Using Visual Studio to generate strong-typed OData client proxy
Generating OData client proxy via DataSvcUtil.exe tool
Editing and deleting data through WCF Data Service client library
Accessing OData service via WebRequest class
Executing OData queries in an asynchronous manner
Filtering OData query results by using query options
Dealing with server-side paged entity sets from WCF Data Service
Performing WPF data binding with OData service data
Injecting custom HTTP headers in OData requests
Consuming HTTP compression enabled OData service
Using MSXML to consume OData service in unmanaged applications
With OData services established, it is also quite important to find a simple and efficient means to consume the data from services. Since OData protocol is based on web standards such as HTTP, XML, and JSON, it is quite convenient for various programming platforms to...
Change the font size
Change margin width
Change background colour