舉報

會員
OData Programming Cookbook for .NET Developers
最新章節:
Index
Therecipesinthisbookareeasytounderstandandfollowastheauthordiscussesreal-worldscenarios.ItisnotacomprehensivereferencetothewholeofOData,butapracticalguidethatboostsproficiencywhenworkingwiththevariousaspectsofODataprogramming.Theexamplesaresupportedbyrelevantbackgroundinformationforeaseofunderstanding.Ifyouarea.NETdeveloperandyouwanttolearnhowtouseODatainreal-worlddataaccessapplicationdevelopment,thenthisbookisforyou.Tofollowtherecipesyouwillneedtobecomfortablewith.NETFramework,VisualStudioIDE,C#language,andthebasicsofwebprogramminglikeHTTP,XML,JSON.
目錄(96章)
倒序
- coverpage
- OData Programming Cookbook for .NET Developers
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Building OData Services
- Introduction
- Building an OData service via WCF Data Service and ADO.NET Entity Framework
- Building an OData service with WCF Data Service and LINQ to SQL
- Exposing OData endpoints from WCF RIA Service
- Adding custom operations on OData service
- Exposing database stored procedures in WCF Data Service
- Using custom data objects as the data source of WCF Data Service
- Using Interceptors to customize a WCF Data Service
- Accessing ASP.NET context data in WCF Data Service
- Creating a custom WCF Data Service provider
- Chapter 2. Working with OData at Client Side
- Introduction
- 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
- Chapter 3. OData Service Hosting and Configuration
- Introduction
- Hosting a WCF Data Service in IIS server
- Hosting a WCF Data Service in Console application
- Deploying a WCF Data Service on Windows Azure host
- Configuring WCF Data Service to return error details
- Applying basic access rules on WCF Data Service
- Getting rid of .svc extension by using ASP.NET URL Routing
- Enabling dynamic compression for OData service hosted in IIS 7
- Chapter 4. Using OData in Web Application
- Introduction
- Building data-driven ASP.NET Web Form pages with OData
- Adopting OData in ASP.NET MVC web applications
- Building ASP.NET Page UI with OData and XSLT
- Building AJAX style data-driven web pages with jQuery
- Consuming OData service with datajs script library
- Using OData service in Silverlight data access application
- Consuming WCF Data Service in PHP pages
- Chapter 5. OData on Mobile Devices
- Introduction
- Accessing OData service with OData WP7 client library
- Consuming JSON-format OData service without OData WP7 client library
- Creating Panorama-style data-driven Windows Phone applications with OData
- Using HTML5 and OData to build native Windows Phone application
- Accessing WCF Data Service in Android mobile application
- Accessing WCF Data Service in iOS application
- Chapter 6. Working with Public OData Producers
- Introduction
- Getting started with Netflix OData online catalog
- Manipulating Sharepoint 2010 documents through OData endpoint
- Using OData protocol for Windows Azure Table storage access
- Query StackOverflow forums data with OData endpoint
- Tracking information of NuGet packages through OData feeds
- Exploring eBay online products catalog through OData service
- Consuming SSRS 2008 R2 report through OData feed
- Chapter 7. Working with Security
- Introduction
- Applying Windows authentication for OData service
- Chapter 8. Other OData Programming Tips
- Introduction
- Using LINQPad to compose OData query code
- Exploring OData service with ODataExplorer
- Using OData service in Windows PowerShell script
- Exploring OData service with Microsoft Excel PowerPivot component
- Inspecting OData HTTP traffic through Fiddler web debugger
- Using Open Data Protocol Visualizer to inspect the object model of OData service
- Consuming OData service in Windows 8 Metro style application
- Chapter 9. New Features of WCF Data Service 5.0 (OData V3)
- Introduction
- 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
- Index 更新時間:2021-08-13 18:19:54
推薦閱讀
- Java逍遙游記
- Photoshop智能手機APP UI設計之道
- Learning C++ Functional Programming
- 新編Premiere Pro CC從入門到精通
- Blender 3D Incredible Machines
- R的極客理想:工具篇
- Java應用開發技術實例教程
- Visual Basic程序設計實踐教程
- Python程序設計與算法基礎教程(第2版)(微課版)
- Getting Started with Python and Raspberry Pi
- Android應用開發深入學習實錄
- C陷阱與缺陷
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Building Business Websites with Squarespace 7(Second Edition)
- C語言程序設計實踐
- Maven for Eclipse
- Learning Shiny
- Android應用程序設計
- 計算思維與Python編程
- Socket.IO Cookbook
- Python深度學習與項目實戰
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- AngularJS Web Application Development Cookbook
- Java Web程序開發參考手冊
- TensorFlow程序設計
- 米思齊實戰手冊:Arduino圖形化編程指南
- Python深度學習實戰:基于TensorFlow和Keras的聊天機器人以及人臉、物體和語音識別
- Python Data Visualization Cookbook(Second Edition)
- Spring MVC:Beginner's Guide(Second Edition)
- Effective Debugging:軟件和系統調試的66個有效方法