什么是与Silverlight一起使用的基于云的文件存储平台?

时间:2022-06-30 16:50:01

I'm working on a Silverlight app that would allow a user to upload a few gigs of files to a hypothetical cloud based file store, then allow the user to view some data about those files later (more functionality than a file store). Ideally I'd like to use a free, per-user store such as SkyDrive but I can't seem to find an API for that service (and read elsewhere on stack overflow that programmatic access violates their TOS). Do any services fit this bill? I've heard of Amazon S3 but I understand that'll cost some money - is anything free?

我正在开发一个Silverlight应用程序,允许用户将一些文件上传到假设的基于云的文件存储,然后允许用户稍后查看有关这些文件的一些数据(比文件存储更多的功能)。理想情况下,我想使用一个免费的每用户存储,例如SkyDrive,但我似乎无法找到该服务的API(并在堆栈溢出的其他地方读取程序访问违反了他们的TOS)。这项法案适合任何服务吗?我听说过亚马逊S3,但我明白这会花费一些钱 - 是免费的吗?

EDIT: Could Mesh be an option? What is LiveMesh Object and its connection with Silverlight 3.0

编辑:Mesh可以选择吗?什么是LiveMesh对象及其与Silverlight 3.0的连接

2 个解决方案

#1


You could look at using Azure as it offers a blob and table storage cloud infrastrucutre and will happily run silverlight applications in an azure web role. Currently there is no cost but this will change once it RTW's.

你可以看看使用Azure,因为它提供了一个blob和表存储云基础架构,并且很乐意在一个天蓝色的Web角色中运行silverlight应用程序。目前没有成本,但一旦RTW,这将改变。

More info at http://www.azure.com/

更多信息,请访问http://www.azure.com/

#2


AFAIK, nothing in this world is free when you're dealing with gigabytes of storage, plus the bandwith to put them in the cloud.

AFAIK,当你处理千兆字节的存储空间时,这个世界上任何东西都是免费的,加上带宽将它们放入云中。

Amazon S3 is quite reasonable on its pricing.

Amazon S3的定价非常合理。

#1


You could look at using Azure as it offers a blob and table storage cloud infrastrucutre and will happily run silverlight applications in an azure web role. Currently there is no cost but this will change once it RTW's.

你可以看看使用Azure,因为它提供了一个blob和表存储云基础架构,并且很乐意在一个天蓝色的Web角色中运行silverlight应用程序。目前没有成本,但一旦RTW,这将改变。

More info at http://www.azure.com/

更多信息,请访问http://www.azure.com/

#2


AFAIK, nothing in this world is free when you're dealing with gigabytes of storage, plus the bandwith to put them in the cloud.

AFAIK,当你处理千兆字节的存储空间时,这个世界上任何东西都是免费的,加上带宽将它们放入云中。

Amazon S3 is quite reasonable on its pricing.

Amazon S3的定价非常合理。