IMHO
IMHO

Reputation: 799

Silverlight local storage

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.

Upvotes: 4

Views: 1722

Answers (1)

Blounty
Blounty

Reputation: 3358

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

http://siaqodb.com/

Upvotes: 4

Related Questions