Cover image for OData Programming Cookbook for .NET Developers.
OData Programming Cookbook for .NET Developers.
Title:
OData Programming Cookbook for .NET Developers.
Author:
Cheng, Steven.
ISBN:
9781849685931
Personal Author:
Edition:
1st ed.
Physical Description:
1 online resource (397 pages)
Contents:
OData Programming Cookbook for .NET Developers -- Table of Contents -- OData Programming Cookbook for .NET Developers -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Instant Updates on New Packt Books -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Building OData Services -- Introduction -- Building an OData service via WCF Data Service and ADO.NET Entity Framework -- Getting ready -- How to do it... -- How it works... -- See also -- Building an OData service with WCF Data Service and LINQ to SQL -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exposing OData endpoints from WCF RIA Service -- Getting ready -- How to do it... -- How it works... -- See also -- Adding custom operations on OData service -- Getting ready -- How to do it... -- How it works... -- See also -- Exposing database stored procedures in WCF Data Service -- Getting ready -- How to do it... -- How it works... -- See also -- Using custom data objects as the data source of WCF Data Service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using Interceptors to customize a WCF Data Service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Accessing ASP.NET context data in WCF Data Service -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a custom WCF Data Service provider -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 2. Working with OData at Client Side -- Introduction.

Exploring an OData service through web browser -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using Visual Studio to generate strong-typed OData client proxy -- Getting ready -- How to do it... -- How it works... -- See also -- Generating OData client proxy via DataSvcUtil.exe tool -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Editing and deleting data through WCF Data Service client library -- Getting ready -- How to do it... -- How it works... -- See also -- Accessing OData service via WebRequest class -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Executing OData queries in an asynchronous manner -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Filtering OData query results by using query options -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Dealing with server-side paged entity sets from WCF Data Service -- Getting ready -- How to do it... -- How it works... -- See also -- Performing WPF data binding with OData service data -- Getting ready -- How to do it... -- How it works... -- See also -- Injecting custom HTTP headers in OData requests -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming HTTP compression enabled OData service -- Getting ready -- How to do it... -- How it works... -- See also -- Using MSXML to consume OData service in unmanaged applications -- Getting ready -- How to do it... -- How it works... -- See also -- 3. OData Service Hosting and Configuration -- Introduction -- Hosting a WCF Data Service in IIS server -- Getting ready -- How to do it... -- How it works... -- See also -- Hosting a WCF Data Service in Console application -- Getting ready -- How to do it... -- How it works... -- See also.

Deploying a WCF Data Service on Windows Azure host -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Configuring WCF Data Service to return error details -- Getting ready -- How to do it... -- How it works... -- See also -- Configuring WCF Data Service to return JSON-format response -- Getting ready -- How to do it... -- How it works... -- See also -- Applying basic access rules on WCF Data Service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting rid of .svc extension by using ASP.NET URL Routing -- Getting ready -- How to do it... -- How it works... -- See also -- Enabling dynamic compression for OData service hosted in IIS 7 -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 4. Using OData in Web Application -- Introduction -- Building data-driven ASP.NET Web Form pages with OData -- Getting ready -- How to do it... -- How it works... -- See also -- Adopting OData in ASP.NET MVC web applications -- Getting ready -- How to do it... -- How it works... -- See also -- Building ASP.NET Page UI with OData and XSLT -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Building AJAX style data-driven web pages with jQuery -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Consuming OData service with datajs script library -- Getting ready -- How to do it... -- How it works... -- See also -- Using OData service in Silverlight data access application -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Consuming WCF Data Service in PHP pages -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 5. OData on Mobile Devices -- Introduction -- Accessing OData service with OData WP7 client library.

Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Consuming JSON-format OData service without OData WP7 client library -- Getting ready -- How to do it... -- How it works... -- See also -- Creating Panorama-style, data-driven Windows Phone applications with OData -- Getting ready -- How to do it... -- How it works... -- See also -- Using HTML5 and OData to build native Windows Phone application -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Accessing WCF Data Service in Android mobile application -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Accessing WCF Data Service in iOS application -- Getting ready -- How to do it... -- How it works... -- See also -- 6. Working with Public OData Producers -- Introduction -- Getting started with Netflix OData online catalog -- Getting ready -- How to do it... -- How it works... -- See also -- Manipulating Sharepoint 2010 documents through OData endpoint -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using OData protocol for Windows Azure Table storage access -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Query StackOverflow forums data with OData endpoint -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Tracking information of NuGet packages through OData feeds -- Getting ready -- How to do it... -- How it works... -- See also -- Exploring eBay online products catalog through OData service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming SSRS 2008 R2 report through OData feed -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 7. Working with Security -- Introduction.

Applying Windows authentication for OData service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using ASP.NET Forms authentication to secure OData service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Securing OData service with HTTPS transport -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing OData service authentication with custom HTTP Module -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Adding custom authorization with server-side processing pipeline -- Getting ready -- How to do it... -- How it works... -- See also -- Using Interceptors to control access for individual entity set -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing role-based security for OData service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 8. Other OData Programming Tips -- Introduction -- Using LINQPad to compose OData query code -- Getting ready -- How to do it... -- How it works... -- See also -- Exploring OData service with ODataExplorer -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using OData service in Windows PowerShell script -- Getting ready -- How to do it... -- How it works... -- See also -- Exploring OData service with Microsoft Excel PowerPivot component -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Inspecting OData HTTP traffic through Fiddler web debugger -- Getting ready -- How to do it... -- How it works... -- See also -- Using Open Data Protocol Visualizer to inspect the object model of OData service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming OData service in Windows 8 Metro style application.

Getting ready.
Abstract:
A fast track example- driven guide with clear instructions and details for OData programming with .NET Framework.
Local Note:
Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2017. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
Electronic Access:
Click to View
Holds: Copies: