Cargando…

OData programming cookbook for .NET developers : 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET framework /

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 : Packt Pub., 2012.
Colección:Enterprise : professional expertise distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn808340908
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120803s2012 enka o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d N$T  |d OCLCQ  |d YDXCP  |d OCLCF  |d OCLCA  |d OCLCQ  |d AZK  |d COCUF  |d AGLDB  |d CNNOR  |d JBG  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCA  |d U3W  |d OCL  |d STF  |d WRM  |d OCLCQ  |d VTS  |d NRAMU  |d NLE  |d INT  |d UKMGB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d A6Q  |d UKAHL  |d HS0  |d UKCRE  |d VLY  |d AJS  |d NLW  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB6G4580  |2 bnb 
016 7 |a 018015012  |2 Uk 
019 |a 961496891  |a 962629023  |a 974748202  |a 974852450  |a 981888707  |a 987450519  |a 987642467  |a 991584458  |a 1005638918  |a 1017999312  |a 1041601558  |a 1049142037  |a 1053544352  |a 1083563345  |a 1087269004  |a 1153487515  |a 1162494262  |a 1241751315  |a 1274798587  |a 1290040280  |a 1297355317  |a 1297436795  |a 1300570722 
020 |a 9781849685931  |q (electronic bk.) 
020 |a 1849685932  |q (electronic bk.) 
020 |a 9781849685931  |q (e-book) 
020 |z 9781849685924 
020 |a 1283519704 
020 |a 9781283519700 
020 |a 9786613832153 
020 |a 6613832154 
029 1 |a AU@  |b 000054189299 
029 1 |a CHNEW  |b 000619473 
029 1 |a DEBBG  |b BV043104874 
029 1 |a DEBSZ  |b 421372222 
029 1 |a NZ1  |b 15196178 
029 1 |a UKMGB  |b 018015012 
029 1 |a DKDLA  |b 820120-katalog:999933768105765 
035 |a (OCoLC)808340908  |z (OCoLC)961496891  |z (OCoLC)962629023  |z (OCoLC)974748202  |z (OCoLC)974852450  |z (OCoLC)981888707  |z (OCoLC)987450519  |z (OCoLC)987642467  |z (OCoLC)991584458  |z (OCoLC)1005638918  |z (OCoLC)1017999312  |z (OCoLC)1041601558  |z (OCoLC)1049142037  |z (OCoLC)1053544352  |z (OCoLC)1083563345  |z (OCoLC)1087269004  |z (OCoLC)1153487515  |z (OCoLC)1162494262  |z (OCoLC)1241751315  |z (OCoLC)1274798587  |z (OCoLC)1290040280  |z (OCoLC)1297355317  |z (OCoLC)1297436795  |z (OCoLC)1300570722 
037 |a 9781849685931  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.76.M52  |b C44 2012eb 
072 7 |a COM  |x 051380  |2 bisacsh 
072 7 |a COM  |x 060090  |2 bisacsh 
082 0 4 |a 005.2/768  |2 23 
049 |a UAMI 
100 1 |a Cheng, Steven. 
245 1 0 |a OData programming cookbook for .NET developers :  |b 70 fast-track, example-driven recipes with clear instructions and details for OData programming with .NET framework /  |c Steven Cheng. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (iii, 361 pages) :  |b color illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
490 1 |a Enterprise : professional expertise distilled 
500 |a "Quick answers to common problems." 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; 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 
505 8 |a Accessing ASP.NET context data in WCF Data ServiceCreating 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 
505 8 |a Dealing with server-side paged entity sets from WCF Data ServicePerforming 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 
505 8 |a Configuring WCF Data Service to return JSON format responseApplying 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 
505 8 |a Using OData service in Silverlight data access applicationConsuming 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 application 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 
520 |a A fast track example- driven guide with clear instructions and details for OData programming with .NET Framework. 
546 |a English. 
506 1 |a Legal Deposit;  |c Only available on premises controlled by the deposit library and to one user at any one time;  |e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).  |5 WlAbNL 
540 |a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.  |5 WlAbNL 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Internet searching. 
650 0 |a Computer networks. 
650 2 |a Computer Communication Networks 
650 6 |a Recherche sur Internet. 
650 6 |a Réseaux d'ordinateurs. 
650 7 |a COMPUTERS  |x Programming  |x Microsoft Programming.  |2 bisacsh 
650 7 |a COMPUTERS  |x Internet  |x Application Development.  |2 bisacsh 
650 7 |a Computer networks  |2 fast 
650 7 |a Internet searching  |2 fast 
776 |z 1-84968-592-4 
830 0 |a Enterprise : professional expertise distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473291  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944258 
938 |a ebrary  |b EBRY  |n ebr10583701 
938 |a EBSCOhost  |b EBSC  |n 473291 
938 |a YBP Library Services  |b YANK  |n 9458666 
994 |a 92  |b IZTAP