具有 HTML 5 本地存储键/值对的 ASP.NET/MVC
我们正在开发几个 ASP.NET MVC 应用程序,它们需要同时存在于连接/断开状态下。
在几种可用的连接策略(Google Gears、Microsoft Sync 等)中,我们决定使用 HTML 5,并利用 javascript 键/值对进行本地存储。确保断开连接状态在 Internet Explorer 中正常运行是重中之重。
有谁知道可以在线或以其他方式帮助我们开展这项工作的资源吗?
例如,我们发现了一个优秀的资源 http://stephenwalther.com /blog/archive/2011/01/12/asp-net-and-html5-local-storage.aspx
We are developing several asp.net MVC applications that need to exist in both a connected/disconnected state.
Out of the several connection strategies available (Google Gears, Microsoft Sync, etc) we decided on HTML 5 w/ local storage utilizing javascript key/value pair. Ensuring the disconnected state is functional in Internet Explorer is a high priority.
Does anyone know of resources available online or otherwise to help us in this endevour?
For example, one excellent resource we have found
http://stephenwalther.com/blog/archive/2011/01/12/asp-net-and-html5-local-storage.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我来说是最好的资源:http://diveintohtml5.ep.io/storage.html关于这个话题。
This was the best resource for me: http://diveintohtml5.ep.io/storage.html on the topic.