Cargando…

OData programming cookbook for .NET developers.

A fast track example- driven guide with clear instructions and details for OData programming with .NET Framework.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cheng, Steven
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • OData Programming Cookbook for .NET Developers; 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 FrameworkGetting 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 ServiceGetting 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 readyHow 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 mannerGetting 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.