Silverlight local storage
Posted
by IMHO
on Stack Overflow
See other posts from Stack Overflow
or by IMHO
Published on 2010-04-22T16:19:57Z
Indexed on
2010/04/22
20:03 UTC
Read the original article
Hit count: 783
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.
© Stack Overflow or respective owner