万本电子书0元读

万本电子书0元读

顶部广告

OData Programming Cookbook for .NET Developers电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:Steven Cheng

出  版  社:Packt Publishing

出版时间:2012-07-25

字       数:322.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
The recipes in this book are easy to understand and follow as the author discusses real-world scenarios. It is not a comprehensive reference to the whole of OData, but a practical guide that boosts proficiency when working with the various aspects of OData programming. The examples are supported by relevant background information for ease of understanding. If you are a .NET developer and you want to learn how to use OData in real-world data access application development, then this book is for you. To follow the recipes you will need to be comfortable with .NET Framework, Visual Studio IDE, C# language, and the basics of web programming like HTTP, XML, JSON.
目录展开

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

How to do it...

How it works...

There's more...

See also

9. New Features of WCF Data Service 5.0 (OData V3)

Introduction

Upgrading existing OData service to WCF Data Service 5.0

Getting ready

How to do it...

How it works...

There's more...

See also

Using geospatial types in OData service

Getting ready

How to do it...

How it works...

There's more...

See also

Using Any and All operators to filter OData entities

Getting ready

How to do it...

How it works...

There's more...

See also

Updating OData entities through HTTP PATCH requests

Getting ready

How to do it...

How it works...

See also

Resolving base URI of OData entity sets dynamically

Getting ready

How to do it...

How it works...

See also

Exposing binary data on OData entity with Named Resource Stream

Getting ready

How to do it...

How it works...

See also

Extending OData service functionalities with Service Actions

Getting ready

How to do it...

How it works...

There's more...

See also

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部