更新时间:2021-04-09 22:46:15
封面
版权页
Credits
About the Authors
Acknowledgement
About the Reviewer
Preface
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Introduction to Cloud Computing
What is cloud computing?
Some benefits of cloud computing
Some downsides of cloud computing
Cloud computing infrastructure
Cloudy skies ahead
Is cloud computing "enterprisey" enough?
Summary
Chapter 2. The Nickel Tour of Azure
Windows Azure
SQL Azure
Windows Azure platform: AppFabric
Codename Dallas
Development Fabric
Considerations for the ASP.NET developer
How are Azure costs calculated?
Chapter 3. Setting Up for Development
Configuring the local machine for development
Installing Windows Azure tools and SDK
Chapter 4. Designing our Sample Application
Integrating application with cloud features
Creating an Azure account
Chapter 5. Introduction to SQL Azure
Security
Development considerations
Management tools
Managing databases logins and roles in SQL Azure
Migrating schema and data
The Jupiter Motor's ERP system database and the Dealer Orders database
Creating our database
Chapter 6. Azure Blob Storage
Creating Blob Storage
Windows Azure Content Delivery Network
Blob Storage Data Model
Blob Storage
Chapter 7. Azure Table Storage
Some of the good stuff
Limitations of Table Storage
Adding Table Storage to an Azure account
Accessing Table Storage
Choosing a PartitionKey
Exception handling
Chapter 8. Queue Storage
Working with queues
Working with messages
Chapter 9. Web Role
Web roles déjà vu and ASP.NET
Application diagnostics and logging in the cloud
Jupiter Motors web role
Chapter 10. Web Services and Azure
Securing WCF
Jupiter Motors web service
Creating a new WCF service web role
Our WCF web services
DataTable "gotcha"
Web Service Definition Language (WSDL) "gotcha"
Chapter 11. Worker Roles
Uses of worker roles
Managing worker roles
The Jupiter Motors worker role
Chapter 12. Local Application for Updates
JupiterMotorsERP local application
Testing our application
Chapter 13. Azure AppFabric
Access Control
Service Bus
Chapter 14. Azure Monitoring and Diagnostics
Enabling diagnostic logging
Logging config data in our application
Transferring and persisting diagnostic data
Accessing stored data
Chapter 15. Deploying to Windows Azure
Preparation application for deployment
Ready for deployment