2009年1月18日

摘要: 1. Create a container static void Main(string[] args) { //Default HTTP REST interface, create a container named "storagesamplecontainer" Uri uri = new Uri(... 阅读全文
posted @ 2009-01-18 21:08 Yang - Windows Azure 阅读(497) 评论(0) 推荐(0) 编辑
摘要: Windows Azure Storage allows application developers to store their data in the cloud, so the application can access its data from anywhere at any time, store any amount of data and for any length of t... 阅读全文
posted @ 2009-01-18 20:33 Yang - Windows Azure 阅读(243) 评论(0) 推荐(0) 编辑

2009年1月17日

摘要: 1.) Open C:\Program Files\Windows Azure SDK\v1.0\bin\DevelopmentStorage.exe.config in Notepad 2.) Edit the DevelopmentStorageDbConnectionString to point to your SQL Server instance. By default the co... 阅读全文
posted @ 2009-01-17 21:43 Yang - Windows Azure 阅读(152) 评论(0) 推荐(0) 编辑
摘要: The Windows Azure storage services (Blob, Queue and Table) have no dependency on any particular OS and are available through REST protocol for any platform/language. The SDK provides ability to write... 阅读全文
posted @ 2009-01-17 21:18 Yang - Windows Azure 阅读(220) 评论(0) 推荐(0) 编辑
摘要: ASP.NET is well embraced by the Windows Azure platform. How does Azure handle session and caching issues? Multiple instances of a web site role are running on indepdent appdomains, and, at least in ... 阅读全文
posted @ 2009-01-17 19:53 Yang - Windows Azure 阅读(244) 评论(0) 推荐(0) 编辑

2009年1月15日

摘要: Blob: 65.55.33.203 Queue: 65.55.33.204 Table: 65.55.33.205 lx.azure.microsoft.com (65.55.37.30) 阅读全文
posted @ 2009-01-15 14:14 Yang - Windows Azure 阅读(138) 评论(0) 推荐(0) 编辑

2009年1月14日

摘要: 阅读全文
posted @ 2009-01-14 22:53 Yang - Windows Azure 阅读(94) 评论(1) 推荐(0) 编辑

2009年1月13日

摘要: You can utilize global.asax with one exception: In Application_Start event handler, you can't access the request context or work with RoleManager (other operations will be OK). This is caused IIS7's i... 阅读全文
posted @ 2009-01-13 20:22 Yang - Windows Azure 阅读(208) 评论(0) 推荐(0) 编辑

2009年1月11日

摘要: 1. Cloud Computing Cloud computing is Internet-based ("cloud") development and use of computer technology ("computing"). The concept of cloud computing is very simple: On your desk, you would... 阅读全文
posted @ 2009-01-11 20:46 Yang - Windows Azure 阅读(335) 评论(0) 推荐(0) 编辑
摘要: http://it.sohu.com/20080823/n259150264.shtml 瞬时,SaaS(软件即服务)、PaaS(平台即服务)、云计算、云安全、云服务等名词扑面而来。几乎所有软件企业都在向SaaS转型,IT服务商都准备转轨云计算,所有投软件的VC都只考虑投SaaS和云计算,软件创业公司都要在“云”里创业。 当很多不同领域的厂商想搭上SaaS和云计算快车的时候,SaaS和云计... 阅读全文
posted @ 2009-01-11 20:40 Yang - Windows Azure 阅读(335) 评论(0) 推荐(0) 编辑

导航