reklama - zainteresowany?

OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and - Helion

OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and
ebook
Autor: Steven Cheng, Juntao Cheng
Tytuł oryginału: OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and ebook.
ISBN: 9781849685931
stron: 376, Format: ebook
Data wydania: 2012-07-25
Księgarnia: Helion

Cena książki: 159,00 zł

Dodaj do koszyka OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and

Odata (Open Data Protocol) is a Web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today. OData enables data access among a variety of applications, services, and stores by adopting existing Web technologies such as HTTP, XML, and JSON. This book deals with common OData programming cases over the Microsoft .NET Framework platform and eases the learning curve for a .NET developer to start incorporating OData in data service development.This book provides a collection of recipes that help .NET developers to get familiar with OData programming in a quick and efficient manner. The recipes cover most OData features from the former ADO.NET Data Service to the current WCF Data Service platform. In addition, all the sample cases here are based on real-world scenarios and issues that .NET developers might come across when programming with OData in application development.This book will be your handy guide with basic to advanced walkthroughs of common OData programming cases for the Microsoft .NET Framework platform. You will learn quick solutions to necessary tasks to integrate the power of OData at both server-side and client-side.This book will help you master the use of OData with .NET Framework by taking you through hands-on and practical recipes. It starts by talking about the common means for building OData services and consuming OData services in client applications. Then, some more specific topics like hosting, configuration and security are discussed. The book also covers many popular and interesting topics such as integrating OData in web applications, and developing data-driven mobile applications with OData. Moreover, you can also find quite a few recipes discussing real-world OData producers and new features in latest and future versions.Within "OData Programming Cookbook for .NET Developers", all the recipes are selected based on real-world scenarios that you will commonly come across. Each recipe covers a specific topic, going from the description of the problem, through a conceptual solution, to a solution containing sample code. By following these recipes, you can acquire how to program with OData in a simple, effective, and easy manner.

Dodaj do koszyka OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and

 

Osoby które kupowały "OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and

Spis treści

OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and eBook -- spis treści

  • 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...
        • Theres 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

Dodaj do koszyka OData Programming Cookbook for .NET Developers. 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET Framework with this book and

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.