Microsoft Windows Azure Development Cookbook.
Over 80 advanced recipes for developing scalable services with the Windows Azure platform.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2011.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Microsoft Windows Azure Development Cookbook; Microsoft Windows Azure Development Cookbook; 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; Downloading the example code for this book; Errata; Piracy; Questions; 1. Controlling Access in the Windows Azure Platform; Introduction.
- Managing Windows Azure Storage Service access keysGetting ready; How to do it ... ; How it works ... ; Connecting to the Windows Azure Storage Service; Getting ready; How to do it ... ; How it works ... ; Using SetConfigurationSettingPublisher(); How to do it ... ; How it works ... ; Connecting to the storage emulator; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Managing access control for containers and blobs; Getting ready; How to do it ... ; How it works ... ; See also; Creating a Shared Access Signature for a container or blob; Getting ready; How to do it ... ; How it works ...
- There's more ... See also; Using a container-level access policy; Getting ready; How to do it ... ; How it works ... ; Authenticating against the Windows Azure Service Management REST API; How to do it ... ; How it works ... ; There's more ... ; Authenticating with the Windows Azure AppFabric Caching Service; Getting ready; How to do it ... ; How it works ... ; 2. Handling Blobs in Windows Azure; Introduction; Setting properties and metadata for a blob; How to do it ... ; How it works ... ; Using blob directories; How to do it ... ; How it works ... ; Creating and using a blob snapshot; How to do it ...
- How it works ... CloudDrive. Snapshot(); Creating and using the root container for blobs; Getting ready; How to do it ... ; How it works ... ; See also; Uploading blocks to a block blob; How to do it ... ; How it works ... ; See also; Uploading a VHD into a page blob; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Downloading a blob asynchronously; How to do it ... ; How it works ... ; Optimizing blob uploads and downloads; How to do it ... ; How it works ... ; There's more ... ; See also; Using retry policies with blob operations; How to do it ... ; How it works ... ; There's more ...
- Transient Fault Handling FrameworkCopying a blob with the Windows Azure Storage Service REST API; How to do it ... ; How it works ... ; There's more ... ; Using the REST API with the Queue service and Table service; See also; Leasing a blob using the Protocol classes in the Windows Azure Storage Client Library; How to do it ... ; How it works ... ; There's more ... ; Using a blob lease as a singleton ticket; See also; Using the Windows Azure Content-Delivery Network (CDN); How to do it ... ; How it works ... ; There's more ... ; 3. Going NoSQL with Windows Azure Tables; Introduction; Creating a table.