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.
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Professional expertise distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781784395698 1784395692 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn911187135 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCL | ||
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 | ||
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 | 7 | |a 005.74 |2 23 | |
049 | |a MAIN | ||
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. | ||
630 | 0 | 0 | |a Windows Azure. |0 http://id.loc.gov/authorities/names/n2010028313 |
630 | 0 | 7 | |a Windows Azure |2 fast |
650 | 0 | |a Web services |x Computer programs. | |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
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. | |
758 | |i has work: |a Building Web Services with Microsoft Azure (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXxTcb8BWXJhvbWBdtd6Dq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
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. |0 http://id.loc.gov/authorities/names/no2015143013 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn911187135 |
---|---|
_version_ | 1816882315463229443 |
adam_text | |
any_adam_object | |
author | Belotserkovskiy, Alex Sachdeva, Nikhil Kaufman, Stephen |
author_facet | Belotserkovskiy, Alex Sachdeva, Nikhil Kaufman, Stephen |
author_role | aut aut aut |
author_sort | Belotserkovskiy, Alex |
author_variant | a b ab n s ns s k sk |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.88813 |
callnumber-search | TK5105.88813 |
callnumber-sort | TK 45105.88813 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. 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? |
ctrlnum | (OCoLC)911187135 |
dewey-full | 005.74 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.74 |
dewey-search | 005.74 |
dewey-sort | 15.74 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06641cam a2200769 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn911187135</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">150618s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">DEBBG</subfield><subfield code="d">YDXCP</subfield><subfield code="d">EBLCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">E7B</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">COO</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">CEF</subfield><subfield code="d">N$T</subfield><subfield code="d">AU@</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">WYU</subfield><subfield code="d">UAB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">AUW</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018007244</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">910815626</subfield><subfield code="a">913922088</subfield><subfield code="a">1259195953</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784395698</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784395692</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784398378</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1784398373</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)911187135</subfield><subfield code="z">(OCoLC)910815626</subfield><subfield code="z">(OCoLC)913922088</subfield><subfield code="z">(OCoLC)1259195953</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000605</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">69EF2309-E2BF-48F6-B8DD-45551C96059C</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.88813</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060180</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">091000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.74</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Belotserkovskiy, Alex,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Building web services with Microsoft Azure :</subfield><subfield code="b">quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure /</subfield><subfield code="c">Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Professional expertise distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover (Safari, viewed June 11, 2015).</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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?</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Windows Azure.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2010028313</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Windows Azure</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web services</subfield><subfield code="x">Computer programs.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Services Web</subfield><subfield code="x">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Web</subfield><subfield code="x">Web Services & APIs.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Cloud Computing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Sachdeva, Nikhil,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Kaufman, Stephen,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Building Web Services with Microsoft Azure (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXxTcb8BWXJhvbWBdtd6Dq</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Belotserkovskiy, Alex.</subfield><subfield code="t">Building Web Services with Microsoft Azure.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2015</subfield><subfield code="z">9781784398378</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Professional expertise distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015143013</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH28646289</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL2058663</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr11060792</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">999649</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis31663057</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12455512</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn911187135 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:40Z |
institution | BVB |
isbn | 9781784395698 1784395692 |
language | English |
oclc_num | 911187135 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Professional expertise distilled. |
series2 | Professional expertise distilled |
spelling | Belotserkovskiy, Alex, author. Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman. Quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure Birmingham, UK : Packt Publishing, 2015. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Professional expertise distilled Online resource; title from cover (Safari, viewed June 11, 2015). 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. Includes index. 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. 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. 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. 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. 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? English. Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Windows Azure fast Web services Computer programs. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Services Web Logiciels. Infonuagique. COMPUTERS Web Web Services & APIs. bisacsh COMPUTERS Cloud Computing. bisacsh Cloud computing fast Sachdeva, Nikhil, author. Kaufman, Stephen, author. has work: Building Web Services with Microsoft Azure (Text) https://id.oclc.org/worldcat/entity/E39PCXxTcb8BWXJhvbWBdtd6Dq https://id.oclc.org/worldcat/ontology/hasWork Print version: Belotserkovskiy, Alex. Building Web Services with Microsoft Azure. Birmingham : Packt Publishing, ©2015 9781784398378 Professional expertise distilled. http://id.loc.gov/authorities/names/no2015143013 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649 Volltext |
spellingShingle | Belotserkovskiy, Alex Sachdeva, Nikhil Kaufman, Stephen Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / Professional expertise distilled. 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. 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. 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. 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. 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? Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Windows Azure fast Web services Computer programs. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Services Web Logiciels. Infonuagique. COMPUTERS Web Web Services & APIs. bisacsh COMPUTERS Cloud Computing. bisacsh Cloud computing fast |
subject_GND | http://id.loc.gov/authorities/names/n2010028313 http://id.loc.gov/authorities/subjects/sh2008004883 |
title | Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / |
title_alt | Quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure |
title_auth | Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / |
title_exact_search | Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / |
title_full | Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman. |
title_fullStr | Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman. |
title_full_unstemmed | Building web services with Microsoft Azure : quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / Alex Belotserkovskiy, Nikhil Sachdeva, Stephen Kaufman. |
title_short | Building web services with Microsoft Azure : |
title_sort | building web services with microsoft azure quickly develop scalable rest based applications or services and learn how to manage them using microsoft azure |
title_sub | quickly develop scalable, REST-based applications or services and learn how to manage them using Microsoft Azure / |
topic | Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Windows Azure fast Web services Computer programs. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Services Web Logiciels. Infonuagique. COMPUTERS Web Web Services & APIs. bisacsh COMPUTERS Cloud Computing. bisacsh Cloud computing fast |
topic_facet | Windows Azure. Windows Azure Web services Computer programs. Cloud computing. Services Web Logiciels. Infonuagique. COMPUTERS Web Web Services & APIs. COMPUTERS Cloud Computing. Cloud computing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=999649 |
work_keys_str_mv | AT belotserkovskiyalex buildingwebserviceswithmicrosoftazurequicklydevelopscalablerestbasedapplicationsorservicesandlearnhowtomanagethemusingmicrosoftazure AT sachdevanikhil buildingwebserviceswithmicrosoftazurequicklydevelopscalablerestbasedapplicationsorservicesandlearnhowtomanagethemusingmicrosoftazure AT kaufmanstephen buildingwebserviceswithmicrosoftazurequicklydevelopscalablerestbasedapplicationsorservicesandlearnhowtomanagethemusingmicrosoftazure AT belotserkovskiyalex quicklydevelopscalablerestbasedapplicationsorservicesandlearnhowtomanagethemusingmicrosoftazure AT sachdevanikhil quicklydevelopscalablerestbasedapplicationsorservicesandlearnhowtomanagethemusingmicrosoftazure AT kaufmanstephen quicklydevelopscalablerestbasedapplicationsorservicesandlearnhowtomanagethemusingmicrosoftazure |