自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(48)
  • 资源 (4)
  • 收藏
  • 关注

原创 Windows Azure Appfabric Service Bus Code

Service BusQueueQueueDescriptionSessionDuplicate Message DetectTransactionDefer MessageDelete Letter QueueSender:using System;using System.Collections.Generic;using System.Linq;us

2012-01-31 18:22:50 1079

原创 Windows Azure Appfabric Service Bus Note

Service Bushttp://windowsazurecat.com/2011/07/exploring-topics-and-queues-by-building-a-service-bus-explorer-toolpart-1/“Understanding Windows Azure AppFabric Queues (and Topics)”video on the

2012-01-31 00:43:13 662

转载 use Fiddler to debug Development Fabric

http://blogs.msdn.com/b/partlycloudy/archive/2009/12/08/configuring-the-storage-client-with-connection-strings.aspxDevelopment storage connection stringsThere are only two options you ca

2012-01-30 17:30:26 580

原创 Windows Azure Platform 2nd Edition Note 2

NamingService                -The Naming service allows youto assign DNS-capable names to your service, which makes the serviceeasilyresolvable over the Internet.ServiceRegistry                -

2012-01-29 23:47:23 493

原创 Microsoft Press Windows Azure Step by Step Note

WCF Data Services and ODataOpen DataProtocol (OData) is an emerging protocol for querying and updating data acrossthe web. Ituses existing technologies such as HTTP, JSON (JavaScript Object Nota

2012-01-29 21:34:14 588

原创 Windows Azure Platform 2nd Edition Note

How will cloud computing help? To understand, let’s go backto the original business requirement:the business owner has an immediate need to deploy an application, and the timeframe is within three

2012-01-29 02:37:45 664

原创 Programming Windows Azure Note

Cloud Computing It is data center resources delivered like tap water. It is always on, and you pay only for what you use.Microsoft describes Windows Azure as an “operating systemfor the cloud.”OS

2012-01-28 12:59:59 1152

原创 Azure Storage Note - Code

Two approaches to create storage client via Azure Client Library via connection stringvia base URI and storage credentialusing System;using System.Collections.Generic;using System.Linq;

2012-01-18 23:03:07 801

原创 Azure Storage Note

Windows Azure Storage-Availability-Durability-ScalabilityBasic Knowledge-PartitionKey                                -Blob - Container name + BlobName

2012-01-16 20:04:56 697

原创 Conditional Update (Optimistic Concurrency)

Windows Azure provides a number of mechanisms to help developers deal with concurrency around storage:Blobs and tables use optimistic concurrency (via ETags) to ensure that two concurrent changes

2012-01-09 23:42:16 521

转载 Exploring Topics and Queues

http://windowsazurecat.com/2011/07/exploring-topics-and-queues-by-building-a-service-bus-explorer-toolpart-1/IntroductionWARNINGDue to the breaking changes introduced by the production

2012-01-30 23:06:52 380

原创 Learning from Cloud Cover Show

Episode 68 - Throttling in SQL Azure with Scott Kleinreference : http://geekswithblogs.net/ScottKlein/archive/2012/01/27/understanding-sql-azure-throttling-and-implementing-retry-logic.aspxWhat

2012-01-29 15:48:34 342

原创 Add Expand/Collapse in the report

Refer to :http://www.sqlchick.com/entries/2010/9/19/expand-or-collapse-all-grouped-items-on-ssrs-report.html1.  In the Row Groups pane, right-click the Details group and choose Group Properties.

2012-01-24 12:41:59 546

原创 Dynamically Create Chart Sample

http://msdn.microsoft.com/en-us/library/ms159121.aspxhttp://road-blogs.blogspot.com/2010/05/better-way-of-repeating-charts-based-on.htmlSample - use table & group to dynamic display chart1

2012-01-20 14:44:56 289

转载 Tables, Matrices, and Lists

Use a table to display detail data or grouped data, or a combination of both. You can group data by a single field, by multiple fields, or by writing your own expression. You can create nested group

2012-01-20 13:21:34 372

原创 Azure Storage Note

AvailabilityDurabilityScalability10-20 rack storageWindows Azure Storage StampsStream Layer (Duratable)-Files,BlobPatition Layer -Blob-Queue-EntityPatition Mast

2012-01-16 00:59:24 572

转载 Queries in Azure Tables

http://convective.wordpress.com/2010/02/06/queries-in-azure-tables/This is a follow-up to a post on Azure Tables providing additional information on queries against the Azure Table Service.C

2012-01-11 15:32:31 749

转载 Overview of Retry Policies in the Windows Azure Storage Client Library

http://blogs.msdn.com/b/windowsazurestorage/archive/2011/02/03/overview-of-retry-policies-in-the-windows-azure-storage-client-library.aspxThe RetryPolicies in the Storage Client Library are used

2012-01-11 14:35:11 779

转载 Upsert

public class TableServiceContextV2 : TableServiceContext{ private const string StorageVersionHeader = "x-ms-version"; private const string August2011Version = "2011-08-18"; public TableS

2012-01-11 00:23:02 679

原创 Need to Read

http://convective.wordpress.com/2009/11/18/more-on-azure-tables-azure-storage-client-v1-0/http://convective.wordpress.com/2010/02/06/queries-in-azure-tables/http://blogs.msdn.com/b/windo

2012-01-10 17:48:00 366

转载 Self-learning:Synchronizing Files to Windows Azure Storage

http://code.msdn.microsoft.com/Synchronizing-Files-to-a14ecf57At PDC09 we talked quite a bit about how to synchronize data to the cloud. Most of this revolved around synchronizing structured dat

2012-01-06 13:48:33 673

转载 Self-learning: Upgrade Azure Web Role

http://msdn.microsoft.com/en-us/library/windowsazure/ee517253.aspx November 22, 2010You can upgrade your service by deploying a new package to the staging environment and then swapping the stagi

2012-01-05 09:36:31 578

转载 Windows Azure Storage Analytics Features

http://blogs.msdn.com/b/windowsazurestorage/archive/2011/08/03/windows-azure-storage-logging-using-logs-to-track-storage-requests.aspxhttp://blogs.msdn.com/b/windowsazurestorage/archive/2011/08/03/w

2012-01-05 00:12:52 506

转载 Self-learning: Windows Azure Storage Analytics Released

http://social.msdn.microsoft.com/Forums/en-US/windowsazuredata/thread/b3b45d98-56e5-42e2-9029-b831acbbe7f0/Windows Azure Storage Analytics offers you the ability to track, analyze, and debug y

2012-01-04 17:26:26 371

转载 How to compare two cells value in Grid via Compare Validator?

How to compare two cells value in Grid via Compare Validator?http://www.telerik.com/community/forums/aspnet-ajax/grid/rad-grid-templatecolums-compare-validator.aspx protected void RadGrid1_ItemC

2012-01-04 14:27:34 523

原创 use Jquery in Telerik

http://www.telerik.com/help/aspnet-ajax/introduction-using-jquery.htmlThere are some Telerik Web Controls are using Jquery, Please check those control list via above URL. If you have used any of the

2012-01-04 00:41:41 567

原创 Q & A (1)

Q:how to read the no of rows of a windows azure table storageA: http://social.msdn.microsoft.com/Forums/da-DK/windowsazuredata/thread/489c6b52-e536-4ade-b5d9-e0088df7460a To answer your question,

2012-01-03 23:29:24 320

转载 Self-learning: Hosted Service Name and Storage Name

A hosted service name must be between 1 and 63 longs, and composite of letters, number, hyphens, and hyphens cannot be the first or last letterA storage name must be3 and 63 character in

2012-01-03 23:15:27 222

转载 Self-learning:Naming Queues and Metadata

http://msdn.microsoft.com/en-us/library/windowsazure/dd179349.aspxUpdated: November 22, 2010Queues are organized by storage account. A URI to refer to a queue includes the account name and

2012-01-03 22:55:10 294

转载 Self-learning:Overview of Updating a Windows Azure Service

rolling upgradeA rolling upgrade is a deployment feature of Windows Azure that allowsservice instances to be stopped and upgradedindividually without bringing all of your instances down at the

2012-01-03 22:42:47 381

转载 Self - Learning: Functions (SQL Azure Database)

http://msdn.microsoft.com/en-us/library/windowsazure/ee336248.aspxMicrosoft SQL Azure Database provides support for many SQL Server built-in functions. This topic describes the supported and uns

2012-01-03 22:23:46 651

转载 Self-Learning:Authentication Schemes

http://msdn.microsoft.com/en-us/library/windowsazure/dd179428.aspxEvery request made against a storage service must be authenticated, unless the request is for a blob or container resource that

2012-01-03 18:27:46 475

转载 Self-Learning:Naming and Referencing Containers, Blobs, and Metadata

http://msdn.microsoft.com/en-us/library/windowsazure/dd135715.aspxUpdated: November 22, 2010This topic describes naming and referring to containers, blobs, metadata, and snapshots. A sto

2012-01-03 18:13:24 305

转载 Self-Learning: ALTER DATABASE (SQL Azure Database)

http://msdn.microsoft.com/en-us/library/windowsazure/ff394109.aspxModifies a database.Syntax Conventions (SQL Azure Database)ALTER DATABASE database_name { MODIFY NA

2012-01-03 17:43:20 406

转载 Self-Learning: Overview of Startup Tasks for Roles in Windows Azure

http://msdn.microsoft.com/en-us/library/windowsazure/hh124132.aspxUpdated: April 13, 2011You can use startup tasks to perform operations before the role starts.Operations that you might

2012-01-03 17:28:30 394

转载 This chapter walks you through an example of single sign-on for intranet and extranet web users who

This chapter walks you through an example of single sign-on for intranet and extranet web users who all belong to a single security realm. You'll see examples of two existing applications that become

2012-01-02 22:29:51 1736

转载 Designing Integrated Solutions-Claims-Based Single Sign-On for the Web and Windows Azure

This chapter walks you through an example of single sign-on for intranet and extranet web users who all belong to a single security realm. You'll see examples of two existing applications that become

2012-01-02 21:20:46 1305

转载 Designing Integrated Solutions-Using Simple Web Token (SWT) with WIF

SAML 1.1/SAML 2.0 is thedefault token format when using ACS as the authentication service for your website.In this model, your website talks to ACS using WS-Federation protocol and what it norma

2012-01-02 21:15:12 718

转载 Designing Integrated Solutions - Windows Azure Libraries for .NET FAQ

http://msdn.microsoft.com/en-us/library/gg602420.aspx#SB_FAQWindows Azure Libraries for .NET FAQIf you have questions about the Windows Azure Service Bus pricing structure, see the FAQ in th

2012-01-02 21:11:50 706

转载 Designing Integrated Solutions - Service Bus Message Buffer Overview

http://msdn.microsoft.com/en-us/library/ee794877.aspxService Bus Message Buffer OverviewImportantThe current Message Buffers feature, including their management protocol, wil

2012-01-02 20:18:24 763

MCTS Self-Paced Training Kit(70-516)

EXAM PREP GUIDE Ace your preparation for the skills measured by MCTS Exam 70-516—and on the job—with this official Microsoft study guide. Work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then, reinforce and apply what you’ve learned through real-world case scenarios and practice exercises. Maximize your performance on the exam by mastering the skills and experience measured by these objectives: Modeling data Managing connections and context Querying data Manipulating data Developing and deploying reliable applications PRACTICE TESTS Assess your skills with the practice tests on CD. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs. You get detailed explanations for right and wrong answers—including a customized learning path that describes how and where to focus your studies.

2012-05-21

Microsoft Press Windows Azure Step by Step

Teach yourself how to build and host scalable applications in the cloud using Windows Azure—one step at a time. Ideal for those with basic programming skills, this tutorial provides practical, learn-by-doing exercises for working with the core services and features of the Windows Azure platform. Discover how to: Extend your existing skills to the cloud development model Build a simple web role application and deploy it to the cloud Create a worker role project to perform backend processes Store persistent data with Windows Azure Storage Develop a scalable database application in the cloud using Microsoft SQL Azure™ Connect several cloud-based applications with Windows Azure AppFabric Design a multitiered solution that can scale to meet user demand

2012-02-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除