Windows Azure programming patterns for start-ups /:
This book follows a step-by-step approach with clear transparent instructions, screenshots and code samples. This book is intended for Microsoft .NET developers who want to leverage the power of cloud and build a brand new service from scratch; it assumes a basic understanding of the .NET framework...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham [England] :
Packt Pub.,
2012.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | This book follows a step-by-step approach with clear transparent instructions, screenshots and code samples. This book is intended for Microsoft .NET developers who want to leverage the power of cloud and build a brand new service from scratch; it assumes a basic understanding of the .NET framework and C♯. |
Beschreibung: | 1 online resource (274 pages) : illustrations |
ISBN: | 9781849685610 1849685614 1849685606 9781849685603 |
Internformat
MARC
LEADER | 00000cam a2200000Ma 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn823740755 | ||
003 | OCoLC | ||
005 | 20240705115654.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 121130s2012 enka o 001 0 eng d | ||
040 | |a E7B |b eng |e pn |c E7B |d OCLCQ |d OCLCO |d N$T |d OCLCF |d DKDLA |d EBLCP |d UMI |d COO |d DEBSZ |d YDXCP |d OCLCQ |d FEM |d JBG |d COCUF |d AGLDB |d CNNOR |d MOR |d PIFAG |d MERUC |d OCLCQ |d OCLCO |d ZCU |d U3W |d STF |d WRM |d OCLCQ |d VTS |d CEF |d NRAMU |d ICG |d NLE |d INT |d VT2 |d UKMGB |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d UAB |d A6Q |d DKC |d OCLCQ |d M8D |d UKAHL |d OCLCQ |d OCLCO |d AJS |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d SXB |d OCLCQ | ||
016 | 7 | |a 018015132 |2 Uk | |
019 | |a 818818956 |a 824752435 |a 961661173 |a 962657124 |a 968068935 |a 969040720 |a 988411970 |a 991960840 |a 1037721653 |a 1038673250 |a 1045498337 |a 1055399773 |a 1058790146 |a 1081204000 |a 1083555710 |a 1103282265 |a 1129375635 |a 1153047444 | ||
020 | |a 9781849685610 |q (electronic bk.) | ||
020 | |a 1849685614 |q (electronic bk.) | ||
020 | |a 1849685606 | ||
020 | |a 9781849685603 | ||
020 | |z 9781849685603 | ||
035 | |a (OCoLC)823740755 |z (OCoLC)818818956 |z (OCoLC)824752435 |z (OCoLC)961661173 |z (OCoLC)962657124 |z (OCoLC)968068935 |z (OCoLC)969040720 |z (OCoLC)988411970 |z (OCoLC)991960840 |z (OCoLC)1037721653 |z (OCoLC)1038673250 |z (OCoLC)1045498337 |z (OCoLC)1055399773 |z (OCoLC)1058790146 |z (OCoLC)1081204000 |z (OCoLC)1083555710 |z (OCoLC)1103282265 |z (OCoLC)1129375635 |z (OCoLC)1153047444 | ||
037 | |a CL0500000184 |b Safari Books Online | ||
050 | 4 | |a QA76.585 |b .B42 2012eb | |
072 | 7 | |a COM |x 060030 |2 bisacsh | |
072 | 7 | |a COM |x 060080 |2 bisacsh | |
082 | 7 | |a 004.6782 | |
049 | |a MAIN | ||
100 | 1 | |a Becker, Riccardo. | |
245 | 1 | 0 | |a Windows Azure programming patterns for start-ups / |c Riccardo Becker. |
260 | |a Birmingham [England] : |b Packt Pub., |c 2012. | ||
300 | |a 1 online resource (274 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 |2 rda | ||
505 | 0 | |a Windows Azure Programming Patterns for Start-ups; Windows Azure Programming Patterns for Start-ups; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. The Concepts of Windows Azure; Red Dog; Windows Azure announcement; A quick start on Windows Azure; How it works internally. | |
505 | 8 | |a First stepsCreating and deploying a website on Windows Azure; First deployment; Upgrade domains; Fault domains; Fabric Controller; Internals of a node; Deployment steps; Core components of Windows Azure; Compute; Web roles; Worker roles; Virtual machine roles; Database; SQL Database; Data Sync; Storage; Binary Large Object; Table Storage; Queue; Windows Azure drive; Business analytics; Service Bus; Content delivery network; Caching; Virtual network; Windows Azure Connect; Windows Azure Traffic Manager; Windows Azure Active Directory; Marketplace; Summary; 2. A Startup Scenario; Introduction. | |
505 | 8 | |a BizSparkProgram roles; Enrolling into the program; Geotopia's goals; Geotopia prototype; TFS in the cloud; Connecting to TFS Preview; Querying Tasks; Summary; 3. Create Your Solution; Solution structure; Organizing a solution in VS 2010; Compute and storage emulators; Bing Maps; Adding Silverlight to cloud; Embedding Bing Maps; Setting up TFS preview; Connecting with TFS Preview; Publishing to Windows Azure; Summary; 4. Storing Your Data; Storage; What is Windows Azure storage?; Blobs; Table storage; Queues; Inside storage; Storage architecture; Storage availability; Fault domains. | |
505 | 8 | |a Upgrade domainsReplication; Partitioning; Storage metrics; Table storage usage; A closer look at tables; Choose the right key; Keys for scaling; Keys for transactions; Geotopia data model; Adding an entity; Querying; Continuation tokens; Best practices; Table storage summary; Queue usage; A closer look at the queue; Creating a queue; Inserting a message; Retrieving a message; Queue operations; Idempotency; Using blobs; File transfer; Uploading a file; Downloading the file; Storage best practices; Use exponential backoff; Summary; 5. SQL Database; Overview; Setting up SQL databases; Guidelines. | |
505 | 8 | |a Best practicesEncryption and security; Encryption demo; Data Sync; Supported datatypes in Data Sync; Securing Data Sync; Authentication; Setting up a Data Sync environment; Summary; 6. Key Features Explained; Service Bus; Getting started; Queues; Working with queues; A sample scenario; Preparing the project; Sending messages; Receiving messages; Cross-domain communication; Comparison; Background information; Topics and subscriptions; Preparing the project; Using filters; Windows Azure Caching; Caching capabilities; Setting it up; Caching examples; Adding items to the cache. | |
520 | |a This book follows a step-by-step approach with clear transparent instructions, screenshots and code samples. This book is intended for Microsoft .NET developers who want to leverage the power of cloud and build a brand new service from scratch; it assumes a basic understanding of the .NET framework and C♯. | ||
630 | 0 | 0 | |a Windows Azure. |0 http://id.loc.gov/authorities/names/n2010028313 |
630 | 0 | 7 | |a Windows Azure. |2 blmlsh |
630 | 0 | 7 | |a Windows Azure |2 fast |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 6 | |a Infonuagique. | |
650 | 7 | |a COMPUTERS |x Networking |x Intranets & Extranets. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x General. |2 bisacsh | |
650 | 7 | |a Cloud computing |2 fast | |
758 | |i has work: |a Windows Azure programming patterns for Start-ups (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYVFxqCFF83JHRb8bkHv3P |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Becker, Riccardo. |t Windows Azure programming patterns for Start-ups. |d Birmingham : Packt Publishing, ©2012 |z 9781849685603 |
856 | 1 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=499139 |3 Volltext | |
856 | 1 | |l CBO01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=499139 |3 Volltext | |
938 | |a Askews and Holts Library Services |b ASKH |n AH26944254 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL1057934 | ||
938 | |a ebrary |b EBRY |n ebr10623102 | ||
938 | |a EBSCOhost |b EBSC |n 499139 | ||
938 | |a YBP Library Services |b YANK |n 9905048 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn823740755 |
---|---|
_version_ | 1813903597194182656 |
adam_text | |
any_adam_object | |
author | Becker, Riccardo |
author_facet | Becker, Riccardo |
author_role | |
author_sort | Becker, Riccardo |
author_variant | r b rb |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.585 .B42 2012eb |
callnumber-search | QA76.585 .B42 2012eb |
callnumber-sort | QA 276.585 B42 42012EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Windows Azure Programming Patterns for Start-ups; Windows Azure Programming Patterns for Start-ups; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. The Concepts of Windows Azure; Red Dog; Windows Azure announcement; A quick start on Windows Azure; How it works internally. First stepsCreating and deploying a website on Windows Azure; First deployment; Upgrade domains; Fault domains; Fabric Controller; Internals of a node; Deployment steps; Core components of Windows Azure; Compute; Web roles; Worker roles; Virtual machine roles; Database; SQL Database; Data Sync; Storage; Binary Large Object; Table Storage; Queue; Windows Azure drive; Business analytics; Service Bus; Content delivery network; Caching; Virtual network; Windows Azure Connect; Windows Azure Traffic Manager; Windows Azure Active Directory; Marketplace; Summary; 2. A Startup Scenario; Introduction. BizSparkProgram roles; Enrolling into the program; Geotopia's goals; Geotopia prototype; TFS in the cloud; Connecting to TFS Preview; Querying Tasks; Summary; 3. Create Your Solution; Solution structure; Organizing a solution in VS 2010; Compute and storage emulators; Bing Maps; Adding Silverlight to cloud; Embedding Bing Maps; Setting up TFS preview; Connecting with TFS Preview; Publishing to Windows Azure; Summary; 4. Storing Your Data; Storage; What is Windows Azure storage?; Blobs; Table storage; Queues; Inside storage; Storage architecture; Storage availability; Fault domains. Upgrade domainsReplication; Partitioning; Storage metrics; Table storage usage; A closer look at tables; Choose the right key; Keys for scaling; Keys for transactions; Geotopia data model; Adding an entity; Querying; Continuation tokens; Best practices; Table storage summary; Queue usage; A closer look at the queue; Creating a queue; Inserting a message; Retrieving a message; Queue operations; Idempotency; Using blobs; File transfer; Uploading a file; Downloading the file; Storage best practices; Use exponential backoff; Summary; 5. SQL Database; Overview; Setting up SQL databases; Guidelines. Best practicesEncryption and security; Encryption demo; Data Sync; Supported datatypes in Data Sync; Securing Data Sync; Authentication; Setting up a Data Sync environment; Summary; 6. Key Features Explained; Service Bus; Getting started; Queues; Working with queues; A sample scenario; Preparing the project; Sending messages; Receiving messages; Cross-domain communication; Comparison; Background information; Topics and subscriptions; Preparing the project; Using filters; Windows Azure Caching; Caching capabilities; Setting it up; Caching examples; Adding items to the cache. |
ctrlnum | (OCoLC)823740755 |
dewey-full | 004.6782 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6782 |
dewey-search | 004.6782 |
dewey-sort | 14.6782 |
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>06501cam a2200649Ma 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn823740755</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20240705115654.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cn|||||||||</controlfield><controlfield tag="008">121130s2012 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">E7B</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">E7B</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">DKDLA</subfield><subfield code="d">EBLCP</subfield><subfield code="d">UMI</subfield><subfield code="d">COO</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">FEM</subfield><subfield code="d">JBG</subfield><subfield code="d">COCUF</subfield><subfield code="d">AGLDB</subfield><subfield code="d">CNNOR</subfield><subfield code="d">MOR</subfield><subfield code="d">PIFAG</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">ZCU</subfield><subfield code="d">U3W</subfield><subfield code="d">STF</subfield><subfield code="d">WRM</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">NRAMU</subfield><subfield code="d">ICG</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UAB</subfield><subfield code="d">A6Q</subfield><subfield code="d">DKC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">M8D</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">AJS</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018015132</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">818818956</subfield><subfield code="a">824752435</subfield><subfield code="a">961661173</subfield><subfield code="a">962657124</subfield><subfield code="a">968068935</subfield><subfield code="a">969040720</subfield><subfield code="a">988411970</subfield><subfield code="a">991960840</subfield><subfield code="a">1037721653</subfield><subfield code="a">1038673250</subfield><subfield code="a">1045498337</subfield><subfield code="a">1055399773</subfield><subfield code="a">1058790146</subfield><subfield code="a">1081204000</subfield><subfield code="a">1083555710</subfield><subfield code="a">1103282265</subfield><subfield code="a">1129375635</subfield><subfield code="a">1153047444</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849685610</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849685614</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849685606</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849685603</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849685603</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)823740755</subfield><subfield code="z">(OCoLC)818818956</subfield><subfield code="z">(OCoLC)824752435</subfield><subfield code="z">(OCoLC)961661173</subfield><subfield code="z">(OCoLC)962657124</subfield><subfield code="z">(OCoLC)968068935</subfield><subfield code="z">(OCoLC)969040720</subfield><subfield code="z">(OCoLC)988411970</subfield><subfield code="z">(OCoLC)991960840</subfield><subfield code="z">(OCoLC)1037721653</subfield><subfield code="z">(OCoLC)1038673250</subfield><subfield code="z">(OCoLC)1045498337</subfield><subfield code="z">(OCoLC)1055399773</subfield><subfield code="z">(OCoLC)1058790146</subfield><subfield code="z">(OCoLC)1081204000</subfield><subfield code="z">(OCoLC)1083555710</subfield><subfield code="z">(OCoLC)1103282265</subfield><subfield code="z">(OCoLC)1129375635</subfield><subfield code="z">(OCoLC)1153047444</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000184</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.585</subfield><subfield code="b">.B42 2012eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060030</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060080</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.6782</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Becker, Riccardo.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Windows Azure programming patterns for start-ups /</subfield><subfield code="c">Riccardo Becker.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham [England] :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">2012.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (274 pages) :</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><subfield code="2">rda</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Windows Azure Programming Patterns for Start-ups; Windows Azure Programming Patterns for Start-ups; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. The Concepts of Windows Azure; Red Dog; Windows Azure announcement; A quick start on Windows Azure; How it works internally.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">First stepsCreating and deploying a website on Windows Azure; First deployment; Upgrade domains; Fault domains; Fabric Controller; Internals of a node; Deployment steps; Core components of Windows Azure; Compute; Web roles; Worker roles; Virtual machine roles; Database; SQL Database; Data Sync; Storage; Binary Large Object; Table Storage; Queue; Windows Azure drive; Business analytics; Service Bus; Content delivery network; Caching; Virtual network; Windows Azure Connect; Windows Azure Traffic Manager; Windows Azure Active Directory; Marketplace; Summary; 2. A Startup Scenario; Introduction.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">BizSparkProgram roles; Enrolling into the program; Geotopia's goals; Geotopia prototype; TFS in the cloud; Connecting to TFS Preview; Querying Tasks; Summary; 3. Create Your Solution; Solution structure; Organizing a solution in VS 2010; Compute and storage emulators; Bing Maps; Adding Silverlight to cloud; Embedding Bing Maps; Setting up TFS preview; Connecting with TFS Preview; Publishing to Windows Azure; Summary; 4. Storing Your Data; Storage; What is Windows Azure storage?; Blobs; Table storage; Queues; Inside storage; Storage architecture; Storage availability; Fault domains.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Upgrade domainsReplication; Partitioning; Storage metrics; Table storage usage; A closer look at tables; Choose the right key; Keys for scaling; Keys for transactions; Geotopia data model; Adding an entity; Querying; Continuation tokens; Best practices; Table storage summary; Queue usage; A closer look at the queue; Creating a queue; Inserting a message; Retrieving a message; Queue operations; Idempotency; Using blobs; File transfer; Uploading a file; Downloading the file; Storage best practices; Use exponential backoff; Summary; 5. SQL Database; Overview; Setting up SQL databases; Guidelines.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Best practicesEncryption and security; Encryption demo; Data Sync; Supported datatypes in Data Sync; Securing Data Sync; Authentication; Setting up a Data Sync environment; Summary; 6. Key Features Explained; Service Bus; Getting started; Queues; Working with queues; A sample scenario; Preparing the project; Sending messages; Receiving messages; Cross-domain communication; Comparison; Background information; Topics and subscriptions; Preparing the project; Using filters; Windows Azure Caching; Caching capabilities; Setting it up; Caching examples; Adding items to the cache.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">This book follows a step-by-step approach with clear transparent instructions, screenshots and code samples. This book is intended for Microsoft .NET developers who want to leverage the power of cloud and build a brand new service from scratch; it assumes a basic understanding of the .NET framework and C♯.</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">blmlsh</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">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</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">Networking</subfield><subfield code="x">Intranets & Extranets.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Web</subfield><subfield code="x">General.</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="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Windows Azure programming patterns for Start-ups (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYVFxqCFF83JHRb8bkHv3P</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">Becker, Riccardo.</subfield><subfield code="t">Windows Azure programming patterns for Start-ups.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2012</subfield><subfield code="z">9781849685603</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><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=499139</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><subfield code="l">CBO01</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=499139</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">AH26944254</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1057934</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10623102</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">499139</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">9905048</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></record></collection> |
id | ZDB-4-EBA-ocn823740755 |
illustrated | Illustrated |
indexdate | 2024-10-25T16:21:13Z |
institution | BVB |
isbn | 9781849685610 1849685614 1849685606 9781849685603 |
language | English |
oclc_num | 823740755 |
open_access_boolean | |
owner | MAIN |
owner_facet | MAIN |
physical | 1 online resource (274 pages) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Packt Pub., |
record_format | marc |
spelling | Becker, Riccardo. Windows Azure programming patterns for start-ups / Riccardo Becker. Birmingham [England] : Packt Pub., 2012. 1 online resource (274 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file rda Windows Azure Programming Patterns for Start-ups; Windows Azure Programming Patterns for Start-ups; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. The Concepts of Windows Azure; Red Dog; Windows Azure announcement; A quick start on Windows Azure; How it works internally. First stepsCreating and deploying a website on Windows Azure; First deployment; Upgrade domains; Fault domains; Fabric Controller; Internals of a node; Deployment steps; Core components of Windows Azure; Compute; Web roles; Worker roles; Virtual machine roles; Database; SQL Database; Data Sync; Storage; Binary Large Object; Table Storage; Queue; Windows Azure drive; Business analytics; Service Bus; Content delivery network; Caching; Virtual network; Windows Azure Connect; Windows Azure Traffic Manager; Windows Azure Active Directory; Marketplace; Summary; 2. A Startup Scenario; Introduction. BizSparkProgram roles; Enrolling into the program; Geotopia's goals; Geotopia prototype; TFS in the cloud; Connecting to TFS Preview; Querying Tasks; Summary; 3. Create Your Solution; Solution structure; Organizing a solution in VS 2010; Compute and storage emulators; Bing Maps; Adding Silverlight to cloud; Embedding Bing Maps; Setting up TFS preview; Connecting with TFS Preview; Publishing to Windows Azure; Summary; 4. Storing Your Data; Storage; What is Windows Azure storage?; Blobs; Table storage; Queues; Inside storage; Storage architecture; Storage availability; Fault domains. Upgrade domainsReplication; Partitioning; Storage metrics; Table storage usage; A closer look at tables; Choose the right key; Keys for scaling; Keys for transactions; Geotopia data model; Adding an entity; Querying; Continuation tokens; Best practices; Table storage summary; Queue usage; A closer look at the queue; Creating a queue; Inserting a message; Retrieving a message; Queue operations; Idempotency; Using blobs; File transfer; Uploading a file; Downloading the file; Storage best practices; Use exponential backoff; Summary; 5. SQL Database; Overview; Setting up SQL databases; Guidelines. Best practicesEncryption and security; Encryption demo; Data Sync; Supported datatypes in Data Sync; Securing Data Sync; Authentication; Setting up a Data Sync environment; Summary; 6. Key Features Explained; Service Bus; Getting started; Queues; Working with queues; A sample scenario; Preparing the project; Sending messages; Receiving messages; Cross-domain communication; Comparison; Background information; Topics and subscriptions; Preparing the project; Using filters; Windows Azure Caching; Caching capabilities; Setting it up; Caching examples; Adding items to the cache. This book follows a step-by-step approach with clear transparent instructions, screenshots and code samples. This book is intended for Microsoft .NET developers who want to leverage the power of cloud and build a brand new service from scratch; it assumes a basic understanding of the .NET framework and C♯. Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Windows Azure. blmlsh Windows Azure fast Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Infonuagique. COMPUTERS Networking Intranets & Extranets. bisacsh COMPUTERS Web General. bisacsh Cloud computing fast has work: Windows Azure programming patterns for Start-ups (Text) https://id.oclc.org/worldcat/entity/E39PCYVFxqCFF83JHRb8bkHv3P https://id.oclc.org/worldcat/ontology/hasWork Print version: Becker, Riccardo. Windows Azure programming patterns for Start-ups. Birmingham : Packt Publishing, ©2012 9781849685603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=499139 Volltext CBO01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=499139 Volltext |
spellingShingle | Becker, Riccardo Windows Azure programming patterns for start-ups / Windows Azure Programming Patterns for Start-ups; Windows Azure Programming Patterns for Start-ups; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. The Concepts of Windows Azure; Red Dog; Windows Azure announcement; A quick start on Windows Azure; How it works internally. First stepsCreating and deploying a website on Windows Azure; First deployment; Upgrade domains; Fault domains; Fabric Controller; Internals of a node; Deployment steps; Core components of Windows Azure; Compute; Web roles; Worker roles; Virtual machine roles; Database; SQL Database; Data Sync; Storage; Binary Large Object; Table Storage; Queue; Windows Azure drive; Business analytics; Service Bus; Content delivery network; Caching; Virtual network; Windows Azure Connect; Windows Azure Traffic Manager; Windows Azure Active Directory; Marketplace; Summary; 2. A Startup Scenario; Introduction. BizSparkProgram roles; Enrolling into the program; Geotopia's goals; Geotopia prototype; TFS in the cloud; Connecting to TFS Preview; Querying Tasks; Summary; 3. Create Your Solution; Solution structure; Organizing a solution in VS 2010; Compute and storage emulators; Bing Maps; Adding Silverlight to cloud; Embedding Bing Maps; Setting up TFS preview; Connecting with TFS Preview; Publishing to Windows Azure; Summary; 4. Storing Your Data; Storage; What is Windows Azure storage?; Blobs; Table storage; Queues; Inside storage; Storage architecture; Storage availability; Fault domains. Upgrade domainsReplication; Partitioning; Storage metrics; Table storage usage; A closer look at tables; Choose the right key; Keys for scaling; Keys for transactions; Geotopia data model; Adding an entity; Querying; Continuation tokens; Best practices; Table storage summary; Queue usage; A closer look at the queue; Creating a queue; Inserting a message; Retrieving a message; Queue operations; Idempotency; Using blobs; File transfer; Uploading a file; Downloading the file; Storage best practices; Use exponential backoff; Summary; 5. SQL Database; Overview; Setting up SQL databases; Guidelines. Best practicesEncryption and security; Encryption demo; Data Sync; Supported datatypes in Data Sync; Securing Data Sync; Authentication; Setting up a Data Sync environment; Summary; 6. Key Features Explained; Service Bus; Getting started; Queues; Working with queues; A sample scenario; Preparing the project; Sending messages; Receiving messages; Cross-domain communication; Comparison; Background information; Topics and subscriptions; Preparing the project; Using filters; Windows Azure Caching; Caching capabilities; Setting it up; Caching examples; Adding items to the cache. Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Windows Azure. blmlsh Windows Azure fast Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Infonuagique. COMPUTERS Networking Intranets & Extranets. bisacsh COMPUTERS Web General. bisacsh Cloud computing fast |
subject_GND | http://id.loc.gov/authorities/names/n2010028313 http://id.loc.gov/authorities/subjects/sh2008004883 |
title | Windows Azure programming patterns for start-ups / |
title_auth | Windows Azure programming patterns for start-ups / |
title_exact_search | Windows Azure programming patterns for start-ups / |
title_full | Windows Azure programming patterns for start-ups / Riccardo Becker. |
title_fullStr | Windows Azure programming patterns for start-ups / Riccardo Becker. |
title_full_unstemmed | Windows Azure programming patterns for start-ups / Riccardo Becker. |
title_short | Windows Azure programming patterns for start-ups / |
title_sort | windows azure programming patterns for start ups |
topic | Windows Azure. http://id.loc.gov/authorities/names/n2010028313 Windows Azure. blmlsh Windows Azure fast Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Infonuagique. COMPUTERS Networking Intranets & Extranets. bisacsh COMPUTERS Web General. bisacsh Cloud computing fast |
topic_facet | Windows Azure. Windows Azure Cloud computing. Infonuagique. COMPUTERS Networking Intranets & Extranets. COMPUTERS Web General. Cloud computing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=499139 |
work_keys_str_mv | AT beckerriccardo windowsazureprogrammingpatternsforstartups |