Silverlight local storage

你说的曾经没有我的故事 提交于 2019-12-05 01:34:05

问题


As you may know Silverlight has support for local storage. We are looking at creating Sl application that will work in off line mode.

This application may require quite a bit of data to be cached on the client side.

Obvious solution - use local storage with some sort of XMl based structure won't work as our PoC showed due to performance issues.

We are looking at several 3rd party solutions that implement light database engines on top of SL local storage.

If you have solved this problem in the past or have any ideas - I would appreciate some pointers and ideas.


回答1:


This is a client side object database that is worth looking into.

http://siaqodb.com/



来源:https://stackoverflow.com/questions/2692598/silverlight-local-storage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!