Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure /
If you are a .NET developer who wants to develop end-to-end RESTful applications in the cloud, then this book is for you. A working knowledge of C♯ will help you get the most out of this book.
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2015.
|
Colección: | Professional expertise distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBSCO_ocn911187135 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 150618s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d DEBBG |d YDXCP |d EBLCP |d IDEBK |d E7B |d DEBSZ |d COO |d TEFOD |d OCLCQ |d MERUC |d OCLCQ |d OCLCF |d CEF |d N$T |d AU@ |d UKMGB |d OCLCQ |d WYU |d UAB |d OCLCO |d UKAHL |d OCLCQ |d OCLCO |d AUW |d OCLCQ |d OCLCO |d OCLCQ |d QGK |d OCLCO | ||
016 | 7 | |a 018007244 |2 Uk | |
019 | |a 910815626 |a 913922088 |a 1259195953 | ||
020 | |a 9781784395698 |q (electronic bk.) | ||
020 | |a 1784395692 |q (electronic bk.) | ||
020 | |z 9781784398378 | ||
020 | |z 1784398373 | ||
029 | 1 | |a DEBBG |b BV042683735 | |
029 | 1 | |a DEBBG |b BV043620699 | |
029 | 1 | |a DEBSZ |b 433956453 | |
029 | 1 | |a DEBSZ |b 446589438 | |
029 | 1 | |a GBVCP |b 832481939 | |
029 | 1 | |a UKMGB |b 018007244 | |
035 | |a (OCoLC)911187135 |z (OCoLC)910815626 |z (OCoLC)913922088 |z (OCoLC)1259195953 | ||
037 | |a CL0500000605 |b Safari Books Online | ||
037 | |a 69EF2309-E2BF-48F6-B8DD-45551C96059C |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a TK5105.88813 | |
072 | 7 | |a COM |x 060180 |2 bisacsh | |
072 | 7 | |a COM |x 091000 |2 bisacsh | |
082 | 0 | 4 | |a 005.74 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Belotserkovskiy, Alex, |e author. | |
245 | 1 | 0 | |a Building web services with Microsoft Azure : |b quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / |c Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman. |
246 | 3 | 0 | |a Quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource (1 volume) : |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 | ||
490 | 1 | |a Professional expertise distilled | |
588 | 0 | |a Online resource; title from cover (Safari, viewed June 11, 2015). | |
520 | |a If you are a .NET developer who wants to develop end-to-end RESTful applications in the cloud, then this book is for you. A working knowledge of C♯ will help you get the most out of this book. | ||
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Introduction; Getting to know HTTP; An HTTP request/response; HTTP methods; HTTP status codes; Other HTTP goodies; Header field definitions; Content negotiation; HTTP 2.0; HTTP and .NET; The rise of REST; The REST style of services; Web API and Microsoft Azure; Summary; Chapter 1: Getting Started with the ASP.NET Web API; The ASP.NET Web API framework; Background; Building blocks; Design principles behind the ASP.NET Web API; Application scenarios. | |
505 | 8 | |a Behind the scenes with the ASP.NET Web APIAnatomy of the API of ASP.NET Web API; DelegatingHandler; HttpRequestMessage; HttpResponseMessage; ApiController; Other important types; Message lifecycle; Host listener; Routing and dispatching; Controller processing; Creating our first ASP.NET Web API; Prerequisites; Creating the ASP.NET Web API project; Defininig an ASP.NET data model; Defining an ASP.NET Web API controller; Testing the Web API; Testing in a browser; Testing with HttpClient; Committing changes to Git; Deploying the ASP.NET Web API using Azure Websites; Deploying to Azure Websites. | |
505 | 8 | |a Continuous Deployment using Azure WebsitesSummary; Chapter 2: Extending the ASP.NET Web API; Attribute routing; Custom route discovery using IDirectRouteProvider; Content negotiation; Customizing content negotiation; Customizing media formatters; Securing the ASP.NET Web API; Authentication and Authorization filters; Creating an Azure AD directory; Enabling authentication for the Web API project; Configuring the Web API in Azure AD; Enabling Authorization for the controller; Testing our secure Web API; Creating the test client; Configuring the test client in Azure AD; Updating the test client. | |
505 | 8 | |a HostingSummary; Chapter 3: API Management; Azure API Management; Managing a Web API; Creating an API Management service; Configuring the API Management service; Creating API operations; Adding an operation; Adding an authorization server; Configuring an API with an authorization server; Adding a product; Consuming the Web API; Summary; Chapter 4: Developing a Web API for Mobile Apps; Azure Mobile Services; Features of Azure Mobile Services; Core services; The API of Azure Mobile Services; TableController; ApiServices; EntityData; Domain Manager; Creating a Web API using Mobile Services. | |
505 | 8 | |a Creating the projectDefining the data model; Record; Doctor; Creating the controller; Testing the mobile service; Testing in a browser; Testing using a Windows 8.1 application; Deploying to Azure Mobile Services; Leftovers; Summary; Chapter 5: Connecting Applications with Microsoft Azure Service Bus; Azure Service Bus; What is Azure Service Bus?; Patterns; Publish/Subscribe; Messaging bridge; Dead Letter Channel and Invalid Message Channel; Content Based Router and Recipient List; Splitter and Aggregator; Resequencer; The BrokeredMessage object; How do you create elements of the Service Bus? | |
546 | |a English. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
630 | 0 | 0 | |a Windows Azure. |
630 | 0 | 7 | |a Windows Azure |2 fast |
650 | 0 | |a Web services |x Computer programs. | |
650 | 0 | |a Cloud computing. | |
650 | 6 | |a Services Web |x Logiciels. | |
650 | 6 | |a Infonuagique. | |
650 | 7 | |a COMPUTERS |x Web |x Web Services & APIs. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Cloud Computing. |2 bisacsh | |
650 | 7 | |a Cloud computing |2 fast | |
700 | 1 | |a Sachdeva, Nikhil, |e author. | |
700 | 1 | |a Kaufman, Stephen, |e author. | |
776 | 0 | 8 | |i Print version: |a Belotserkovskiy, Alex. |t Building Web Services with Microsoft Azure. |d Birmingham : Packt Publishing, ©2015 |z 9781784398378 |
830 | 0 | |a Professional expertise distilled. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781784398378/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649 |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH28646289 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL2058663 | ||
938 | |a ebrary |b EBRY |n ebr11060792 | ||
938 | |a EBSCOhost |b EBSC |n 999649 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis31663057 | ||
938 | |a YBP Library Services |b YANK |n 12455512 | ||
994 | |a 92 |b IZTAP |