简体   繁体   English

收集的WP7应用数据的在线存储

[英]Online storage for collected WP7 app data

I'm developing a WP7 application that collects users data and stores it in a cloud somewhere. 我正在开发一个WP7应用程序,它收集用户数据并将其存储在某个地方的云中。 This data can later be accessed by the user elsewhere. 稍后用户可以在其他地方访问该数据。 Now, anybody who can recommend a good and efficient way of this data storage? 现在,任何人都可以推荐一种优质高效的数据存储方式吗? I was thinking of storing this data in the user's skydrive from which he can later access it. 我正在考虑将这些数据存储在用户的skydrive中,以后可以从中访问它。

Any other suggestions please? 还有其他建议吗?

Take a look on pastebin.com which may be interesting for you. 快来看看pastebin.com你可能感兴趣的不少 You can post debug info via simple http post request (no user interaction required, easy integration). 您可以通过简单的http post请求发布调试信息(无需用户交互,易于集成)。 But there are limitations for free account: 10 private records, max 15 requests a day. 但是免费帐户存在限制:10条私人记录,每天最多15条请求。

There is Amazon S3 . 亚马逊S3 A cloud storage that has many features and has a .NET SDK too. 云存储,具有许多功能,并且还具有.NET SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM