Microsoft Azure development cookbook : over 70 advanced recipes for developing scalable services with the Microsoft Azure platform /
If you are an architect, this book will help you make the correct decisions about which Azure building blocks to use. If you are a developer, this book will help you understand how to use them appropriately, and if you are a .NET developer, this book is a pure delight.
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2014.
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBOOKCENTRAL_ocn892044297 | ||
003 | OCoLC | ||
005 | 20240329122006.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 141003s2014 enk o 000 0 eng d | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d N$T |d OCLCQ |d E7B |d UMI |d COO |d DEBBG |d OCLCQ |d OCLCF |d EBLCP |d YDXCP |d OCLCQ |d AGLDB |d OCLCQ |d OCLCO |d ICA |d K6U |d OCLCQ |d OCLCO |d CCO |d PIFAG |d FVL |d ZCU |d MERUC |d OCLCQ |d OCLCO |d U3W |d REB |d D6H |d STF |d OCLCQ |d VTS |d CEF |d ICG |d INT |d VT2 |d OCLCQ |d OCLCO |d WYU |d G3B |d TKN |d OCLCQ |d UAB |d DKC |d OCLCO |d AU@ |d OCLCQ |d M8D |d OCLCQ |d OCLCO |d QGK |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 892243718 |a 894504385 |a 907286485 |a 1259136189 | ||
020 | |a 9781782170334 |q (electronic bk.) | ||
020 | |a 1782170332 |q (electronic bk.) | ||
020 | |a 1322166102 |q (electronic bk.) | ||
020 | |a 9781322166100 |q (electronic bk.) | ||
020 | |a 1782170324 | ||
020 | |a 9781782170327 | ||
020 | |z 9781782170327 | ||
029 | 1 | |a AU@ |b 000062329407 | |
029 | 1 | |a AU@ |b 000067103562 | |
029 | 1 | |a CHNEW |b 000700315 | |
029 | 1 | |a CHNEW |b 000700317 | |
029 | 1 | |a CHNEW |b 000888933 | |
029 | 1 | |a CHVBK |b 374476527 | |
029 | 1 | |a DEBBG |b BV042490013 | |
029 | 1 | |a DEBBG |b BV043612633 | |
029 | 1 | |a DEBSZ |b 434831948 | |
029 | 1 | |a DEBSZ |b 484729276 | |
029 | 1 | |a GBVCP |b 798109394 | |
029 | 1 | |a GBVCP |b 882842307 | |
035 | |a (OCoLC)892044297 |z (OCoLC)892243718 |z (OCoLC)894504385 |z (OCoLC)907286485 |z (OCoLC)1259136189 | ||
037 | |a CL0500000496 |b Safari Books Online | ||
050 | 4 | |a QA76.9.D3 | |
072 | 7 | |a COM |x 051440 |2 bisacsh | |
082 | 0 | 4 | |a 005.75/85 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Freato, Roberto, |e author. | |
245 | 1 | 0 | |a Microsoft Azure development cookbook : |b over 70 advanced recipes for developing scalable services with the Microsoft Azure platform / |c Roberto Freato, Neil Mackenzie. |
250 | |a Second edition. | ||
260 | |a Birmingham : |b Packt Publishing, |c 2014. | ||
300 | |a 1 online resource | ||
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 | ||
588 | |a Print version record. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Developing Cloud Services for Microsoft Azure; Introduction; Setting up solutions and projects to work with Cloud Services; Debugging a Cloud Service locally with either Emulator or Emulator Express ; Publishing a Cloud Service with options from Visual Studio; Debugging a Cloud Service remotely with Visual Studio; Configuring the service model for a Cloud Service; Providing a custom domain name for a Cloud Service; Implementing HTTPS in a web role. | |
505 | 8 | |a Using local storage in an instanceHosting multiple websites in a web role; Using startup tasks in a Microsoft Azure role; Handling changes to the configuration and topology of a Cloud Service; Managing upgrades and changes to a Cloud Service; Configuring diagnostics in Cloud Services; Chapter 2: Deploying Quickly with Azure Websites; Introduction; Deploying a Website; Administering and monitoring a Website; Source versioning and continuous integration with Git and TFS; Logging abstraction from .NET and PHP; Deploying Java with Azure Websites; Chapter 3: Getting Storage with Blobs in Azure. | |
505 | 8 | |a IntroductionManaging the Azure Storage service; Connecting to the Azure Storage service; Connecting to the storage emulator; Managing access control for containers and blobs; Creating a shared access signature for a container or blob; Using a container-level access policy; Setting properties and metadata for a blob; Using blob directories; Creating and using a blob snapshot; Creating and using the root container for blobs; Uploading blocks to a block blob; Uploading a VHD into a page blob; Downloading a blob asynchronously; Using retry policies with blob operations. | |
505 | 8 | |a Leasing a blob and implementing distributed locksUsing the Azure Content Delivery Network (CDN); Chapter 4: Going Relational with the Azure SQL Database; Introduction; Creating a SQL Database server and database; Managing SQL Database logins and firewall rules; Developing a SQL Database with Visual Studio; Connecting to a SQL Database with ADO.NET; Connecting to a SQL Database with Entity Framework; Connecting to a SQL Database from PHP and Java; Migrating a database to a SQL Database; Leveraging backup solutions with SQL Database; Monitoring SQL Database with the dynamic management views. | |
505 | 8 | |a Handling connection failures to a SQL DatabaseChapter 5: Going NoSQL with Azure Tables; Introduction; Creating a table; Inserting, updating, deleting, and querying data against the Table service; Using entity group transactions; Using continuation tokens and server-side paging; Going inside continuation tokens and segmented queries; Handling entity serialization events; Facilitate NoSQL with client-side projection ; Chapter 6: Messaging and Queues with the Storage and Service Bus; Introduction; Managing Azure Storage queues; Managing Azure Service Bus queues. | |
520 | |a If you are an architect, this book will help you make the correct decisions about which Azure building blocks to use. If you are a developer, this book will help you understand how to use them appropriately, and if you are a .NET developer, this book is a pure delight. | ||
546 | |a English. | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a SQL server. |
630 | 0 | 7 | |a SQL server |2 fast |
650 | 0 | |a Application software |x Development. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x Tools. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
700 | 1 | |a Mackenzie, Neil, |e author. | |
758 | |i has work: |a Microsoft Azure development cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH6xkcf4hJBYWp6kmdPQD3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Freato, Roberto. |t Microsoft Azure development cookbook : over 70 advanced recipes for developing scalable services with the Microsoft Azure platform. |b Second edition. |d Birmingham, [England] : Packt Publishing, ©2014 |h 404 pages |z 9781782170327 |
856 | 4 | 0 | |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1800644 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781782170327/?ar |z Texto completo |
938 | |a EBL - Ebook Library |b EBLB |n EBL1800644 | ||
938 | |a ebrary |b EBRY |n ebr10944914 | ||
938 | |a EBSCOhost |b EBSC |n 855873 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis29855664 | ||
938 | |a YBP Library Services |b YANK |n 12093925 | ||
994 | |a 92 |b IZTAP |