万本电子书0元读

万本电子书0元读

顶部广告

Microsoft Azure Development Cookbook电子书

售       价:¥

3人正在读 | 0人评论 9.8

作       者:Roberto Freato

出  版  社:Packt Publishing

出版时间:2014-09-25

字       数:344.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
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.
目录展开

Microsoft Azure Development Cookbook Second Edition

Table of Contents

Microsoft Azure Development Cookbook Second Edition

Credits

About the Authors

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

Errata

Piracy

Questions

1. Developing Cloud Services for Microsoft Azure

Introduction

Setting up solutions and projects to work with Cloud Services

Getting ready

How to do it...

How it works...

There's more

See also

Debugging a Cloud Service locally with either Emulator or Emulator Express

Getting ready

How to do it…

How it works…

There's more…

See also

Publishing a Cloud Service with options from Visual Studio

Getting ready

How to do it…

How it works…

There's more…

See also

Debugging a Cloud Service remotely with Visual Studio

Getting ready

How to do it…

How it works…

There's more…

See also

Configuring the service model for a Cloud Service

Getting ready

How to do it...

How it works...

There's more…

See also

Providing a custom domain name for a Cloud Service

Getting ready

How to do it...

How it works...

There's more...

Implementing HTTPS in a web role

How to do it...

How it works...

There's more...

Using makecert to create a test certificate

Using local storage in an instance

How to do it...

How it works...

See also

Hosting multiple websites in a web role

How to do it...

How it works...

There's more...

See also

Using startup tasks in a Microsoft Azure role

How to do it...

How it works...

There's more...

Developing startup tasks

See also

Handling changes to the configuration and topology of a Cloud Service

How to do it...

How it works...

There's more...

Testing changes with the SDK command line

Using LINQ with the RoleEnvironment API

See also

Managing upgrades and changes to a Cloud Service

Getting ready

How to do it...

How it works...

See also

Configuring diagnostics in Cloud Services

Getting ready

How to do it…

How it works...

There's more…

Log directories

Alerts

See also

2. Deploying Quickly with Azure Websites

Introduction

Deploying a Website

Getting ready

How to do it…

How it works...

There's more…

Azure Websites gallery

See also

Administering and monitoring a Website

Getting ready

How to do it…

How it works...

There's more…

Edit in Visual Studio Online

Traffic Manager

See also

Source versioning and continuous integration with Git and TFS

Getting ready

How to do it…

How it works...

There's more…

See also

Logging abstraction from .NET and PHP

Getting ready

How to do it…

How it works...

There's more…

See also

Deploying Java with Azure Websites

Getting ready

How to do it…

How it works...

There's more…

3. Getting Storage with Blobs in Azure

Introduction

Managing the Azure Storage service

How to do it...

How it works...

There's more…

See also

Connecting to the Azure Storage service

Getting ready

How to do it...

How it works...

There's more…

See also

Connecting to the storage emulator

How to do it...

How it works...

There's more...

Protocol versions in Storage Emulator

See also

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...

Setting properties and metadata for a blob

Getting ready

How to do it...

How it works...

See also

Using blob directories

Getting ready

How to do it...

How it works...

Creating and using a blob snapshot

Getting ready

How to do it...

How it works...

See also

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

Getting ready

How to do it...

How it works...

There's more…

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

Getting ready

How to do it...

How it works...

There's more…

See also

Using retry policies with blob operations

Getting ready

How to do it...

How it works...

There's more...

See also

Leasing a blob and implementing distributed locks

Getting ready

How to do it...

How it works...

There's more...

See also

Using the Azure Content Delivery Network (CDN)

How to do it...

How it works...

See also

4. Going Relational with the Azure SQL Database

Introduction

Creating a SQL Database server and database

Getting ready

How to do it...

How it works...

There's more…

Increasing the size of a database

See also

Managing SQL Database logins and firewall rules

Getting ready

How to do it…

How it works…

See also

Developing a SQL Database with Visual Studio

Getting ready

How to do it…

How it works…

There's more…

See also

Connecting to a SQL Database with ADO.NET

How to do it...

How it works...

There's more…

See also

Connecting to a SQL Database with Entity Framework

Getting ready

How to do it…

How it works…

See also

Connecting to a SQL Database from PHP and Java

Getting ready

How to do it…

How it works…

See also

Migrating a database to a SQL Database

Getting ready

How to do it...

How it works...

There's more…

See also

Leveraging backup solutions with SQL Database

Getting ready

How to do it…

How it works…

There's more…

Deleted databases

Automated Exports

See also

Monitoring SQL Database with the dynamic management views

Getting ready

How to do it...

How it works...

There's more…

See also

Handling connection failures to a SQL Database

Getting ready

How to do it...

How it works...

There's more...

See also

5. Going NoSQL with Azure Tables

Introduction

Creating a table

Getting ready

How to do it...

How it works...

There's more…

See also

Inserting, updating, deleting, and querying data against the Table service

Getting ready

How to do it...

How it works...

There's more…

Dealing with a custom context

Choosing a good combination of PartitionKey and RowKey

See also

Using entity group transactions

Getting ready

How to do it...

How it works...

There's more…

See also

Using continuation tokens and server-side paging

Getting ready

How to do it...

How it works...

See also

Going inside continuation tokens and segmented queries

Getting ready

How to do it...

How it works...

There's more…

See also

Handling entity serialization events

Getting ready

How to do it...

How it works...

There's more…

Legacy approach to custom serialization with Atom feeds

See also

Facilitating NoSQL with client-side projection

Getting ready

How to do it...

How it works…

There's more…

See also

6. Messaging and Queues with the Storage and Service Bus

Introduction

Managing Azure Storage queues

Getting ready

How to do it...

How it works...

There's more…

Nagle's algorithm

See also

Managing Azure Service Bus queues

Getting ready

How to do it...

How it works...

There's more…

See also

Adding messages to a Storage queue

Getting ready

How to do it...

How it works...

There's more…

See also

Adding messages to a Service Bus queue

Getting ready

How to do it...

How it works...

There's more…

Detecting duplicates

See also

Receiving messages with Storage queues

Getting ready

How to do it...

How it works...

There's more…

Poison messages

See also

Receiving messages with Service Bus queues

Getting ready

How to do it...

How it works...

There's more…

Dead lettering

See also

Implementing publish/subscribe with Service Bus topics

Getting ready

How to do it...

How it works...

See also

Implementing relayed messaging with the Service Bus

Getting ready

How to do it...

How it works…

See also

Communication between .NET and Java with the Service Bus and AMQP

Getting ready

How to do it…

How it works…

See also

7. Managing Azure Resources with the Azure Management Libraries

Introduction

Setting up the management client

Getting ready

How to do it…

How it works...

There's more…

See also

Managing the Storage service

Getting ready

How to do it…

How it works...

There's more…

See also

Deploying Cloud Services

Getting ready

How to do it…

How it works...

There's more…

See also

Inspecting and managing Cloud Services

Getting ready

How to do it…

How it works...

There's more…

See also

Managing and using the Azure Scheduler

Getting ready

How to do it…

How it works...

There's more…

See also

Monitoring and automating infrastructure operations

Getting ready

How to do it…

How it works...

There's more…

See also

Automating SQL Database operations

Getting ready

How to do it…

How it works...

There's more…

See also

Using Azure PowerShell

Getting ready

How to do it...

How it works...

There's more…

See also

8. Going In-memory with Azure Cache

Introduction

Building a simple cache for applications

Getting ready

How to do it…

How it works...

There's more…

ASP.NET Support

See also

Using local cache and notifications

Getting ready

How to do it…

How it works...

There's more…

See also

Diagnosing cache and optimizing performance

Getting ready

How to do it…

How it works...

There's more…

Using advanced caching features

Getting ready

How to do it…

How it works...

There's more…

See also

Using Redis Cache in Azure

Getting ready

How to do it…

How it works...

There's more…

See also

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部