Cargando…

Pro ASP.NET web API : HTTP web services in ASP.NET /

Pro ASP.NET Web API shows you how to build flexible, extensible web services that run seamlessly on a range of operating systems and devices, from desktops to tablets to smart phoneseven the ones we dont know today. ASP.NET Web API is a new framework designed to simplify web service architecture. So...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Ugurlu, Tugberk (Autor), Zeitler, Alexander (Autor), Kheyrollahi, Ali (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2013]
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn864824377
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 131209s2013 caua o 000 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d B24X7  |d UMI  |d S4S  |d E7B  |d OCLCQ  |d COO  |d DEBBG  |d DEBSZ  |d GGVRL  |d IDEBK  |d EBLCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d Z5A  |d LIV  |d MERUC  |d OCLCQ  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d OCLCO  |d N$T  |d REB  |d VLB  |d CEF  |d INT  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d TKN  |d OCLCQ  |d OCLCO  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d UWO  |d LEAUB  |d DCT  |d ERF  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 865494392  |a 867857882  |a 871223905  |a 880594564  |a 902807241  |a 961604024  |a 1026434200  |a 1065706465  |a 1066515326  |a 1067204965  |a 1110792238  |a 1112580273 
020 |a 9781430247265  |q (electronic bk.) 
020 |a 1430247266  |q (electronic bk.) 
020 |z 9781430247258 
020 |z 1430247258 
024 7 |a 10.1007/978-1-4302-4726-5  |2 doi 
029 1 |a AU@  |b 000052912701 
029 1 |a AU@  |b 000053295815 
029 1 |a CHNEW  |b 000900063 
029 1 |a CHVBK  |b 403399289 
029 1 |a DEBBG  |b BV041778193 
029 1 |a DEBSZ  |b 404326757 
029 1 |a DEBSZ  |b 405659601 
029 1 |a GBVCP  |b 882722352 
029 1 |a NZ1  |b 15490993 
029 1 |a AU@  |b 000067100101 
035 |a (OCoLC)864824377  |z (OCoLC)865494392  |z (OCoLC)867857882  |z (OCoLC)871223905  |z (OCoLC)880594564  |z (OCoLC)902807241  |z (OCoLC)961604024  |z (OCoLC)1026434200  |z (OCoLC)1065706465  |z (OCoLC)1066515326  |z (OCoLC)1067204965  |z (OCoLC)1110792238  |z (OCoLC)1112580273 
037 |a CL0500000355  |b Safari Books Online 
050 4 |a QA76.76.A63  |b U358 2013eb 
072 7 |a COM  |x 043000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.2/76  |2 23 
049 |a UAMI 
100 1 |a Ugurlu, Tugberk,  |e author. 
245 1 0 |a Pro ASP.NET web API :  |b HTTP web services in ASP.NET /  |c Tugberk Ugurlu, Alexander Zeitler, Ali Kheyrollahi. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2013] 
264 4 |c ©2013 
300 |a 1 online resource (xxv, 587 pages) :  |b 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 text file  |b PDF  |2 rda 
490 1 |a The expert's voice in .NET 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017). 
520 |a Pro ASP.NET Web API shows you how to build flexible, extensible web services that run seamlessly on a range of operating systems and devices, from desktops to tablets to smart phoneseven the ones we dont know today. ASP.NET Web API is a new framework designed to simplify web service architecture. So if you're tired of interoperability issues between inflexible web services and clients tied to specific platforms or programming languages, or if you've ever struggled with WCF, this book is for you. To start with, you'll get up to speed on Web API's modern HTTP programming model, REST and your hosting options. You'll then dive into building a real application over a series of three chapters, so you can get an immediate feel for how this technology works in practice. The second half of the book features dedicated chapters on topics like routing, controllers, validation and tracing, and the authors close with discussions on performance, hosting and an all-important look at unit testing to help you prepare your application for the real world. ASP.NET Web API makes HTTP a first-class citizen of .NET. With Pro ASP.NET Web API, you can build HTTP-based web services for your company or business, expose your data to the world across different formats and devices and gain the best possible global reach for your application. 
505 0 |a Chapter 1. Introduction to ASP.NET Web API -- chapter 2. Introduction to asynchronous programming in .NET -- chapter 3. HTTP, REST, and hypermedia -- chapter 4. HttpClient -- chapter 5. Sample application : application structure and domain model -- chapter 6. Sample application : building the Web API -- chapter 7. Sample application : building the wrapper and web client -- chapter 8. Routing -- chapter 9. Controllers and actions -- chapter 10. Message handlers -- chapter 11. Filters -- chapter 12. Media type formatters and model binding -- chapter 13. Input validation -- chapter 14. Dependency resolution -- chapter 15. Unit testing and integration testing -- chapter 16. Optimization and performance -- chapter 17. Hosting -- chapter 18. Tracing, logging, and API documentation. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages.  |2 blmlsh 
630 0 7 |a Active server pages.  |2 fast  |0 (OCoLC)fst01388618 
650 0 |a Application program interfaces (Computer software) 
650 0 |a HTTP (Computer network protocol) 
650 0 |a Web services. 
650 6 |a Interfaces de programmation d'applications. 
650 6 |a HTTP (Protocole de réseaux d'ordinateurs) 
650 6 |a Services Web. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a COMPUTERS  |x Networking  |x General.  |2 bisacsh 
650 7 |a Application program interfaces (Computer software)  |2 fast  |0 (OCoLC)fst00811704 
650 7 |a HTTP (Computer network protocol)  |2 fast  |0 (OCoLC)fst00950001 
650 7 |a Web services.  |2 fast  |0 (OCoLC)fst01173242 
655 0 |a Electronic books. 
700 1 |a Zeitler, Alexander,  |e author. 
700 1 |a Kheyrollahi, Ali,  |e author. 
776 0 8 |i Printed edition:  |z 9781430247258 
830 0 |a Expert's voice in .NET. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430247258/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL29081046 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29483002 
938 |a Books 24x7  |b B247  |n bks00058397 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1636295 
938 |a ebrary  |b EBRY  |n ebr10813267 
938 |a EBSCOhost  |b EBSC  |n 1173582 
938 |a Cengage Learning  |b GVRL  |n GVRL6ULT 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26899192 
938 |a YBP Library Services  |b YANK  |n 11426070 
994 |a 92  |b IZTAP