微软对外发布了​​Windows Azure Mobile Services​​​,便捷地存储结构化数据、整合于用户账号验证、推送通知等场景。通过这个服务平台,开发者可以给自己的Windows 8应用程序添加云服务后台:将数据存储到云计算服务器上、验证用户和向客户端发送推送通知都变得更为容易。和其他云计算后台服务解决方案一样,​​Windows Azure Mobile Services​​​平台可以使得开发者更加专注于前端研发,加快产品融入市场的速度。提供了一个​​getting started tutorial​​ 让你在5分钟内熟悉Mobile Service。

​Windows Azure Mobile Services​​​是由一组REST API组成,虽然目前微软只提供了Windows8的sdk,也非常容易的开发其他ios,android的sdk。有人(Chris Risner:-)把一个简单的 ​​iOS 客户端​​​。其实已经有一个MonoTouch的待办事项列表的例子​​Tasky​​​,使用苹果的iCloud的存储。也有人借鉴Tasky的代码写了一个 ​​TaskyAzure code​​​用的就是这个​​Windows Azure Mobile Services​​。

Windows Azure Mobile Services_云计算

相关文章:

​Introducing Windows Azure Mobile Services: A Backend for Your Connected Client Apps​

​Using Azure Mobile Services in your web apps through ASP.NET Web API​

​Xamarin and Azure: MonoTouch for iOS and Mono for Android Client SDK​