9eFish - 在 Cloud 里最新发布的文章
1
臭虫

Using Windows Azure BLOB storage with PHP

gpeipmangpeipman 发表于 97 天, 55 分钟 之前
Monday, December 14, 2009 5:24:06 AM GMT Saturday, December 05, 2009 1:42:54 PM GMT
My last posting described how to read and write files located in Windows Azure cloud storage. In this posting I will show you how to do almost same thing using PHP. We will use Windows Azure SDK for PHP. The purpose of this example is to show you how simple it is to use Windows Azure storage services in your PHP applications. (more)
类别: Cloud | 点击: 3 | 评论 | | 源: weblogs.asp.net
标签: cloud storage, PHP, windows azure
1
臭虫

Windows Azure – Using DataSet with cloud storage

gpeipmangpeipman 发表于 101 天, 54 分钟 之前
Friday, December 11, 2009 5:02:16 AM GMT Tuesday, December 01, 2009 1:43:39 PM GMT
On Windows Azure CTP some file system operations are not allowed. You cannot create and modify files located on server hard disc. I have small application that stores data to DataSet and I needed place where I can hold this file. The logical choice is cloud storage service of course. In this posting I will show you how to read and write DataSet to your cloud storage as XML-file. (more)
类别: Cloud | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: cloud storage, windows azure
1
臭虫

Windows Azure + Managed Extensibility Framework (MEF) = true

adminadmin 发表于 248 天, 10 小时, 56 分钟 之前
Friday, July 10, 2009 3:36:31 AM GMT Tuesday, July 07, 2009 3:41:20 AM GMT
Windows Azure + Managed Extensibility Framework (MEF) = true I will show in this post how to extend the basic Windows Azure Project Template and make the solution a bit more intelligent. I will do this using a new and upcoming .NET Framework 4 technology; Managed Extensibility Framework (MEF). MEF Preview 5 is targeting .NET Framework 3.5 and is even developed under MSPL license and so fits like a glove into Windows Azure.Intro My overall goal is to create a Windows Azure project template that:enables ... (more)
类别: Cloud | 点击: 0 | 评论 | | 源: blog.noop.se
标签: MEF, windows azure
1
臭虫

Cloudy in Seattle :为Windows Azure Cloud Service添加一个HTTPS Endpoint

xgluxvxgluxv 发表于 303 天, 12 小时, 50 分钟 之前
Friday, May 15, 2009 6:38:11 AM GMT Wednesday, May 13, 2009 1:48:05 AM GMT
Adding an HTTPS Endpoint to a Windows Azure Cloud Service Lately there has been a couple of threads on the forum and some internal email around setting up an https endpoint on a Windows Azure Cloud Service. A good starting point is this article, but there are some common issues that people run into that I wanted to talk about. First are the cert requirements.  The certificate must contain a private key that is marked exportableThe certificate must have the Server Authentication Intended Purpose When... (more)
类别: Cloud | 点击: 3 | 评论 | | 源: blogs.msdn.com
标签: Azure, HTTPS, Windows Azure Cloud Service
1
臭虫

微软云计算组件“Huron” – 将你的数据同步至云计算数据中心(Azure)

carolhaozicarolhaozi 发表于 304 天, 23 小时, 54 分钟 之前
Thursday, May 14, 2009 2:01:44 AM GMT Monday, May 11, 2009 2:43:32 PM GMT
微软云计算组件“Huron” – 将你的数据同步至云计算数据中心(Azure) Huron是什么? 一句话定义:Huron能让你的本地数据库与云计算数据库(Cloud DB)实现数据同步,提供了一套完整、简单高效的同步方案。 (more)
类别: Cloud | 点击: 1 | 2 评论 | | 源: www.cnblogs.com
标签: Azure, Huron
1
臭虫

云技术的两个版本 – Public 和 Private

xgluxvxgluxv 发表于 316 天, 13 小时, 11 分钟 之前
Tuesday, May 05, 2009 4:45:30 AM GMT Thursday, April 30, 2009 1:26:46 AM GMT
Two flavors of cloud computing – Public and Private Six years ago we announced a multi-year, multi-product vision for the Enterprise which we called Dynamic IT.  The principles were simple - virtualization, model driven, services oriented and user centric.  Shortly thereafter, we began to conceptualize a services-based offering in the cloud which culminated in our Azure Services Platform announcement last October.  These two initiatives might seem distinct, but they are in fact highly related. Simply p... (more)
类别: Cloud | 点击: 0 | 评论 | | 源: blogs.msdn.com
标签: cloud computing
1
臭虫

InfoQ: 云计算的五根支柱

xgluxvxgluxv 发表于 323 天, 57 分钟 之前
Wednesday, April 29, 2009 2:21:07 AM GMT Thursday, April 23, 2009 1:40:44 PM GMT
随着云计算日渐流行,保证每个人对该主题都有共同的认识十分重要。Dave Malcolm为此写了篇新的文章,“云计算的五根支柱”,文章检阅了云计算的五个核心原则。 (more)
类别: Cloud | 点击: 1 | 评论 | | 源: www.infoq.com
标签: 云计算的五根支柱
1
臭虫

Cloudy in Seattle : Digging in to the Windows Azure Service Package

dotlivedotlive 发表于 328 天, 23 小时, 53 分钟 之前
Monday, April 27, 2009 6:05:17 AM GMT Friday, April 17, 2009 2:44:49 PM GMT
Digging in to the Windows Azure Service Package What is the Service Package?  It is what contains the Service Definition for your Cloud Service along with the content and binaries for each of the roles. It comes in 2 flavors.  The first being a folder structure with the extension csx.  For example if you look in the output folder of the Cloud Service project (bin\debug or bin\release) you will see the following: Where the highlighted CloudService6.csx file is the folder structure version of the Ser... (more)
类别: Cloud | 点击: 1 | 评论 | | 源: blogs.msdn.com
标签: Azure, Digg
1
臭虫

在 Azure 中部署支持 MVC 的 Asp.Net 应用程序

carolhaozicarolhaozi 发表于 325 天, 12 小时, 16 分钟 之前
Tuesday, April 21, 2009 12:01:28 PM GMT Tuesday, April 21, 2009 2:21:08 AM GMT
之前我就像某人说的那样,I’m not quite a cloud guy,但是后来看了各式各样的演示,认识了 Cloud Project 的构成,以及 Mix 09 里面某人说 "It’s fun!” 以后,就冲着这句 It’s fun,我就扔了个 Hello World 上去,感觉还不错的,但是缺乏做点什么的动力,后来就丢在一边了。差不多的时间知道了 Google App Engine, 但不知GAE 猴年马月才能用 .Net 技术的,我不会python/java,而且现在貌似 GAE 没有跟 WorkerRole 相应的东西,但是好歹也用上了GAppProxy,也叫在 Google 的云上爽了一把。 (more)
类别: Cloud | 点击: 0 | 评论 | | 源: www.cnblogs.com
标签: Azure, MVC
1
臭虫

Cloudy in Seattle :简单的安装Windows Azure Tools and SDK的方法

carolhaozicarolhaozi 发表于 325 天, 11 小时, 57 分钟 之前
Tuesday, April 21, 2009 12:01:28 PM GMT Tuesday, April 21, 2009 2:41:03 AM GMT
The Easy Way to Install the Windows Azure Tools and SDK Pre-Requisites One of the first things I do when I get a new box is install the Windows Azure Tools and SDK. (don’t you?) Quite often, I forget to install and configure IIS7 – and receive the following message: The Windows Azure SDK requires Internet Information Service 7.0 with ASP.Net Application Development components installed. So how do I install IIS and the required components?  You could follow the instructions buried on the download... (more)
类别: Cloud | 点击: 3 | 评论 | | 源: blogs.msdn.com
标签: Azure, Install
1
臭虫

互联网的十年引爆的多个问题

hanxuallanhanxuallan 发表于 326 天, 11 小时, 58 分钟 之前
Tuesday, April 21, 2009 12:01:28 PM GMT Monday, April 20, 2009 2:39:16 AM GMT
十年?人类历史一个不长不短的时间,但是对于中国的互联网确是一个飞速发展的历史,有一点激动,有一点飞跃。当我们大大的讨论百度、阿里巴巴在如何给国人争光的时候,我们也在不断的回味中国人民的伟大。但是随着金融危机的到来,这互联网的问题也越来越突出了,一下子在这金融危机中表现出来。 (more)
类别: Cloud | 点击: 7 | 评论 | | 源: column.iresearch.cn
1
臭虫

Azure Services Platform 入门系列文章索引页 -流牛木马

dotlivedotlive 发表于 329 天 之前
Monday, April 20, 2009 2:22:17 PM GMT Friday, April 17, 2009 2:37:11 PM GMT
Azure Services Platform入门专题受到了越来越多人的关注,并被网络上许多网站进行转载。作者感到非常荣幸。 目前这套入门教程已基本成型,我将它做成索引便于大家查阅。以后增加新文章时,流牛木马亦会在本页进行更新。 (more)
类别: Cloud | 点击: 1 | 评论 | | 源: www.cnblogs.com
标签: Azure入门系列
1
臭虫

deCast -创建Azure应用 Part II: Azure Table Storage | RobBagby | Channel 9

xgluxvxgluxv 发表于 331 天, 13 分钟 之前
Saturday, April 18, 2009 12:32:46 AM GMT Wednesday, April 15, 2009 2:24:32 PM GMT
This is part 2 of a multi-part series where Rob Bagby will be building an Azure application from the ground up. The application will be a shopping cart application with a Silverlight Front End. The goal of this application is to illustrate various features of Windows Azure and in coming weeks, portions of .NET Services. (more)
类别: Cloud | 点击: 0 | 评论 | | 源: channel9.msdn.com
标签: Azure Table Storage
1
臭虫

编程语言在Windows Azure的户操作性

dotlivedotlive 发表于 330 天, 8 小时, 48 分钟 之前
Friday, April 17, 2009 4:49:42 PM GMT Thursday, April 16, 2009 5:49:08 AM GMT
Programming Language Interoperability in Windows Azure I love programming languages.  Each of the languages I’ve learned over the years has taught me something about programming.  To play with a few languages and to show off some of the language interoperability in Windows Azure, I recently put together a sample called “Shoutomatic.”  You can play with it at http://shout.cloudapp.net, and you can download the source code here. Overview Shoutomatic consists of a web role and a worker role.  The web ro... (more)
类别: Cloud | 点击: 0 | 评论 | | 源: blog.smarx.com
标签: windows azure
1
臭虫

云计算优化的架构 - Visual WebGui RIA Platform

xgluxvxgluxv 发表于 333 天, 12 小时, 13 分钟 之前
Thursday, April 16, 2009 6:02:47 AM GMT Monday, April 13, 2009 2:24:20 AM GMT
Cloud computing is a style of computing in which dynamically scalable and often virtualized resources are provided as a service over the Internet. Users need not have knowledge of, expertise in, or control over the technology infrastructure "in the cloud" that supports them. (Wikipedia) According to the official definition of the cloud, it’s an abstract environment which has the ability to dynamically scale and virtualized resources creating a self-managed deployment platform for applications which can ... (more)
类别: Cloud | 点击: 7 | 评论 | | 源: weblogs.asp.net
标签: CLOUD