摘要: Beginning in Visual C# 3.0, variables that are declared at method scope can have an implicit typevar. An implicitly typed local variable is strongly typed just as if you had declared the type yourself, but the compiler determines the type. The following two declarations ofiare functionally equivalen 阅读全文
posted @ 2010-12-19 21:56 qiang.xu 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 使用代码来探索vm细节1.新建windows azure工程2.修改Default.aspx页面3.修改后台代码4.运行1.新建windows azure工程2.修改Default.aspx页面<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="LookkupVMDetails._Default" %><!DOCTYPE html PUBLIC " 阅读全文
posted @ 2010-12-19 21:51 qiang.xu 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 深入windows azure操作系统1.深入azure操作系统内核FC2.azure服务模型(service model)3.fault domain和upgradedomain4.server集群初始原理5.深入vm内部1.深入azure操作系统内核FCazure fabric有数量众多的servers组成,但是云上的开发者是不需要关心你的应用程序是运行在哪台服务器上,服务器上的硬件配置等。azure操作系统屏蔽了这些复杂的细节,所以这部分就类似于常规操作系统的kernel。1.1 FC与状态机FC在内部实现时,为每个部署的service设定一个状态机,并为这个状态机设定一个目标,于是FC 阅读全文
posted @ 2010-12-19 20:56 qiang.xu 阅读(555) 评论(0) 推荐(0) 编辑