Sign In
ccBoy's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.NET Data Services(Astoria)
Biztalk Services
DP(Data Programmability)
EDM(Entity Framework)
myKB
News
Silverlight(WPF/E)
SOA-WSE
SQL Server(Katmai)
Visual Studio(Orcas)
WCF(Indigo)
WF(WinOE)
Windows Azure
WPF(Avalon)
Archive
Archives
March 2009
(1)
January 2009
(7)
November 2008
(2)
August 2008
(1)
June 2008
(1)
May 2008
(2)
April 2008
(1)
March 2008
(1)
January 2008
(4)
December 2007
(1)
November 2007
(2)
October 2007
(2)
August 2007
(2)
June 2007
(4)
May 2007
(5)
March 2007
(2)
February 2006
(1)
October 2005
(2)
September 2005
(3)
February 2005
(1)
January 2005
(1)
January, 2009
MSDN Blogs
>
ccBoy's WebLog
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ccBoy's WebLog
Azure Services探索—存储之Blobs存储
Posted
over 3 years ago
by
MSDNArchive
1
Comments
del.icio.us Tags: Windows Azure , Blob 上一篇是关于Azure Service 的表存储 ,本篇来主要是针对Azure中另外一类特殊的存储-二进制等非结构化的存储,如果我们的Azure服务中有需要保存非传统或结构化的数据,如图片、声音及视频媒体等信息,那么我们就需要使用到Blob存储了。而Windows Azure平台提供了一个很不错的托管平台和编程模型。 Blob存储和Azure 表存储不同的是在概念上,之前我们看到表存储最重要的概念是实体(Entity)概念...
ccBoy's WebLog
Azure Services探索—在Azure服务中增加WCF服务
Posted
over 3 years ago
by
MSDNArchive
1
Comments
这篇文章要从 Azure Service探索--存储之LocalStorage 那篇文章激发的需求,因为在文件系统存储中,我们讲述了LocalStorage的不可共享性,当时又为了学习体验Worker Role的用法,就产生了这样的一个想法:首先还是在Web Role中定义一个临时的文件系统,然后再由Web Role提供一个WCF的服务,让Worker Role来调用,从而达到对这个临时文件系统的共享和写入。 其实变换一下,就是要解决如何在Azure 服务中提供一个 WCF服务,然后这个WCF如何被配置...
ccBoy's WebLog
Azure Services探索—存储之表(Table)存储
Posted
over 3 years ago
by
MSDNArchive
1
Comments
del.icio.us Tags: Windows Azure , Table 本系列文章 是一个有关Azure Services开发基础性的学习记录,由于时间有限,所以希望自己讨论和探索的过程是从零开始,到能够进行Azure Services基本的编程开发。相对于每个议题可能有非常深入的话题,我希望有时间能通过其他的文章来进行。本系列的定位基本上定位于,花20-30分钟时间,先下载代码,跟着阅读文章,运行获得相关的体验。 上一篇是关于Azure的队列存储 ,本篇是关于表存储的。理论上表存储应该是我们最熟悉的存储方式...
ccBoy's WebLog
Azure Service探索—存储之队列(Queues)存储
Posted
over 3 years ago
by
MSDNArchive
2
Comments
del.icio.us Tags: Windows Azure , Queues 之前的一篇探索 是有关Azure服务的文件系统存储的,我们看到了LocalStorage的不可共享性和临时性,同样也是在那篇文章中我们也涉及到了Azure编程模型中两个比较重要的模型和角色,Web Role和Worker Role,了解Web Role和Worker role之间的关系,是使用和掌握队列存储的关键。 根据 MSDN的官方定义 : Web role : A web role is a Web application...
ccBoy's WebLog
Azure Service探索—存储之本地(LocalStorage)存储
Posted
over 3 years ago
by
MSDNArchive
3
Comments
del.icio.us Tags: Windows Azure Azure Service将整个服务对存储的需求抽象成四个对象,它们分别是Table存储,Blob存储,队列(Queues)存储和本地临时文件存储(LocalStorage)。其中Table存储和Blob存储基本上应用最常用的存储对象,也是托管环境中的重要能力之一,可以理解为这两类存储Azure平台是要按流量或大小来计费和收费的。LocalStorage存储和队列存储也是能力,它往往是提供给某种应用场景的一种工具和服务,不会用来计费...
ccBoy's WebLog
Windows Azure SDK and Tools for Visual Studio (Jan 2009 CTP)
Posted
over 3 years ago
by
MSDNArchive
0
Comments
see: January 2009 CTP of the Windows Azure Tools and SDK released Download: Windows Azure Software Development Kit http://www.microsoft.com/downloads/details.aspx?familyid=80e3eabf-0507-4560-aeb6-d31e9a70a0a6&displaylang=en&tm Windows Azure...
ccBoy's WebLog
Hello Windows Azure--云端版本
Posted
over 3 years ago
by
MSDNArchive
0
Comments
之前有做过一个最简单的Windows Azure的应用- Hello Windows Azure ,之后在2008年的圣诞节又获得了 Invitation Code to Windows Azure ,这样就可以测试一下云端版本的Windows Azure应用了,也就是真正的Windows Azure Service。 因为应用非常的简单,其实主要就是根据Jim Nakashima的文章 Deploying a Service on Windows Azure ,对整个Windows Azure...
Page 1 of 1 (7 items)