自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Windows Communication Foundation (WCF) Firestarter Note

WCFSOA (Service Oriented Architecture)-It is not a product. It is an architecture and design paradigmProblem in Procedural Programming (application were developed by continuously calling fun

2012-02-23 17:40:27 624

转载 Understanding FastCGI and “Gotchas” with Running Native Code

Refer to Programming Windows AzureIn the early days of the Web, most web servers used Common Gateway Interface (CGI) programs to execute code on incoming requests, and return a response to theus

2012-02-20 11:17:17 548

转载 Windows Azure Diagnostics Note

refer to : Microsoft Windows Azure Development CookbookThe configuration of Windows Azure Diagnostics is performed at the instance level. The code to do that configuration is at the role level, bu

2012-02-20 10:11:09 569

原创 SQL Azure Note

SQL Azure ArchitectureOne machine-oneSQL Server            -one"SQL DB" (physical database)                        -oneLogfile one mdf file                                    -a lot of parti

2012-02-19 23:34:33 515

原创 Windows Azure Appfabric ACS Note

Access Control Service (ACS) provides a facility forabstractingyour authentication code, as well asmapping disparate claims from multiple identity providers into a single token and claim structure.

2012-02-12 23:58:55 726

转载 SQL Azure Transactions

Handling Transactions in SQL Azurehttp://social.technet.microsoft.com/wiki/contents/articles/handling-transactions-in-sql-azure.aspxLocal TransactionsSQL Azure supports local transacti

2012-02-05 02:05:11 709

原创 Windows Azure VM Role Note

VM Role            -GreatControl VM Level, To migrate existing application            -hosted onwindows imageVM Role is PaaSThe first thing to note about the VM role in its current formis th

2012-02-05 01:20:43 683

原创 Windows Azure Virtual Network Connect & Traffic Manager Note

Windows Azure Connect (Jan 2011): http://www.microsoft.com/en-gb/showcase/details.aspx?uuid=c7764a37-be8e-4c47-b908-837a4f0b3059Cloud Computing in PaaS with Windows Azure Connect (Part 2/2) http://b

2012-02-02 00:47:35 1151

转载 skinng a htmltable to a telerik skin

http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/skinng-a-htmltable-to-a-telerik-skin.aspx

2012-02-29 18:17:22 596

原创 Raise event from user control to main page / Event delegation from user control to aspx page in ASP.

Default.aspxOnOutSourceUCDropDownList1_SelectedIndexChanged<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" I

2012-02-27 21:44:37 704

转载 WCF 4 Step By Step Chapter 1,2 Note

How Does a WCF Service Work?A host application must perform several tasks, whichinclude:¦¦ Starting and stopping the service¦¦ Listening for requests from a client application anddirecting them

2012-02-27 00:30:56 537

转载 What is MachineKey “Web.config” ?

http://al-atari.net/?p=261IntroductionWhenever you make use ofViewState, Session, Forms authentication, or other encrypted and/or secured values, ASP.NET uses a set of keys to do the enc

2012-02-24 14:03:23 703

原创 SQL Azure Performance Tuning

Troubleshoot and Optimize Queries with SQL Azurehttp://social.technet.microsoft.com/wiki/contents/articles/1104.troubleshoot-and-optimize-queries-with-sql-azure.aspxSQL Azure Performance a

2012-02-23 13:03:05 400

转载 Azure VM System Resource

http://msdn.microsoft.com/en-us/library/windowsazure/ee814754.aspxirtual Machine SizeCPU CoresMemoryDisk Space for Local Storage Resources in Web and Worker RolesDisk S

2012-02-23 12:49:37 347

原创 How to check port number is open for a windows server

1. use TelnetThe best method is  Telnet if the port is opened you will see a blank screen in command prompt....2. Use PortQryDownload PortQry: http://www.microsoft.com/download/en/details.aspx?id=17

2012-02-23 12:41:54 743

原创 telerik - radwindow

http://www.telerik.com/help/aspnet/window/postbackandcloseonreload.html

2012-02-17 01:59:29 754

原创 SQL Azure Reporting

Setting Time-out Values for Report and Shared Dataset Processing (SSRS)http://msdn.microsoft.com/en-us/library/ms155782.aspxHow to: Download an Execution Log (SQL Azure Reporting)http:

2012-02-16 17:51:27 325

转载 IIS URL Rewriting and ASP.NET Routing

http://learn.iis.net/page.aspx/496/iis-url-rewriting-and-aspnet-routing/With the release of the URL Rewrite Module for IIS 7 and the inclusion ofASP.NET routing into the .NET Framework 4, ther

2012-02-16 13:05:39 706

原创 Troubleshooting - Windows Azure Storage Emulator Cannot Start

1. Since Windows Azure Storage Emulator is using SQL Server Express to store data.So please make sure you have and are able to log into ".\SQLEXPRESS" 2. Please make sure port 10000, 10001, 10

2012-02-15 15:52:32 412

转载 How To Stop Showing Web Page Errors in Internet Explorer

http://www.bloggertipandtrick.net/2010/04/how-to-stop-showing-page-errors-in-ie.htmlIf you are using internet explorer you can see that,Internet explorer show web page errors in its status Bar

2012-02-10 10:02:54 308

转载 Embed client-side JavaScript in an ASP.NET 1.1 web page from server side code

http://www.thescarms.com/dotnet/ClientJava.aspxMany times on your web pages you may want to use client side JavaScript to perform validation or provide visual effects. JavaScript can be added to a

2012-02-07 15:21:31 347

原创 Others

Appfabric CachingVM RoleAppfabric Access ControlSQL Azure FederationSQL Azure Data SyncCTPazure Connectazure Traffic ManagerSQL Azure Reporting

2012-02-01 00:36:22 287

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关注的人

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