OData Programming Cookbook for .NET Developers
上QQ阅读APP看书,第一时间看更新

Chapter 2. Working with OData at Client Side

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