Skip to main content

Windows Azure Mobile Services

  • Chapter
  • 1219 Accesses

Abstract

Since the release of the first edition of this book 2010 the SQL Azure OData service has been removed. That’s not a bad thing. OData is still around, and you can still prop up a WCF data service and communicate via the OData protocol. In fact, if you use WCF Data Services, you might very well be using OData. WCF Data Services supports the OData protocol, which allows you to expose your data as a feed with resources that are addressable by URIs. OData allows you to expose data from a variety of sources, ranging from Microsoft Excel to websites, not just relational databases. Creating a data service that exposes an OData feed really boils down to three simple and basic steps:

  • Define the model: WCF Data Services natively supports models that are based on the ADO. NET Entity Framework.

  • Create the data service: Define a data service which exposes a class that inherits from the DataService class.

  • Configure the data service: Configure access to resources (such as tables) and service operations, and define service-wide behavior. WCF Data Services disables access to resources that are exposed by the entity container by default.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   49.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2012 Scott Klein and Herve Roggero

About this chapter

Cite this chapter

Klein, S., Roggero, H. (2012). Windows Azure Mobile Services. In: Pro SQL Database for Windows Azure. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-4396-0_12

Download citation

Publish with us

Policies and ethics