微软对外发布了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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-11-18
  • 2021-09-04
  • 2021-05-25
  • 2021-07-01
  • 2022-12-23
猜你喜欢
  • 2021-12-17
  • 2021-10-07
  • 2021-07-21
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案