-
Book Overview & Buying
-
Table Of Contents
OData Programming Cookbook for .NET Developers
By :
In this chapter we will cover:
Upgrading existing OData service to WCF Data Service 5.0
Using geospatial types in OData service
Using Any and All operators to filter OData entities
Updating OData entities through HTTP PATCH requests
Resolving base URI of OData entity sets dynamically
Exposing binary data on OData entity with Named Resource Stream
Extending OData service functionalities with Service Actions
In April 2012, Microsoft released WCF Data Service 5.0 for OData V3. As the name indicates, this new version of WCF Data Service enables creation and consumption of data services for the Web according to Version 3 of the Open Data Protocol (OData), which facilitates data access and change via standard HTTP verbs. This release of WCF Data Services 5.0 includes .NET Framework server and client libraries as well as Silverlight client libraries.
Compared to ADO.NET Data Service and WCF Data Service 4.0, WCF Data Services 5...
Change the font size
Change margin width
Change background colour