中文名: Azure 實戰
原名: Azure in Action
作者: Chris Hay
Brian H. Prince
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning
書號: 9781935182481
發行時間: 2010年10月
地區: 美國
語言: 英文
簡介:
內容介紹:Microsoft Azure is a cloud service with good scalability, pay-as-you-go service, and a low start-up cost. Based on Windows, it includes an operating system, developer services, and a familiar data model.
Azure in Action is a fast-paced tutorial that introduces cloud development and the Azure platform. The book starts with the logical and physical architecture of an Azure app, and quickly moves to the core storage services—BLOB storage, tables, and queues. Then, it explores designing and scaling frontend and backend services that run in the cloud. Through clear, crisp examples, you'll discover all facets of Azure, including the development fabric, web roles, worker roles, BLOBs, table storage, queues, and more.
This book requires basic C# skills. No prior exposure to cloud development or Azure is needed.
內容截圖: 目錄:
Part 1 Welcome to the cloud
1 Getting to know Windows Azure
2 Your first steps with a web role
Part 2 Understanding the Azure service model
3 How Windows Azure works
4 It’s time to run with the service
5 Configuring your service
Part 3 Running your site with web roles
6 Scaling web roles
7 Running full-trust, native, and other code
Part 4 Working with BLOB storage
8 The basics of BLOBs
9 Uploading and downloading BLOBs
10 When the BLOB stands alone
Part 5 Working with structured data
11 The Table service, a whole different entity
12 Working with the Table service REST API
13 SQL Azure and relational data
14 Working with different types of data
Part 6 Doing work with messages
15 Processing with worker roles
16 Messaging with the queue
17 Connecting in the cloud with AppFabric
18 Running a healthy service in the cloud