Skip to main content

Microsoft Silverlight

Answered Question SQLite C# port running in SilverlightRSS Feed

(0)

timanderson
timanderson

Member

Member

67 points

34 Posts

SQLite C# port running in Silverlight

Noah Hart ported SQLite to C#, and I hacked his code to remove the bits that did not work in Silverlight (p-invokes, file locking, replace file i/o with Isolated Storage) and posted a proof-of-concept demo:

http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html

Could be interesting, maybe especially for out of browser apps running offline.

SQLite is a small local database manager that supports SQL, as the name suggests.

Tim

bartczernicki
bartczer...

Contributor

Contributor

4188 points

733 Posts

Re: SQLite C# port running in Silverlight

 What this needs is a little CouchDB type love and have REST based syncing with a master database like SQL Server.  I am not sure if SQLLite supports a feature like "pin table to memory" so that expensive queries are not constantly hitting I/O.

timanderson
timanderson

Member

Member

67 points

34 Posts

Answered Question

Re: Re: SQLite C# port running in Silverlight

I think there is a feature like that, yes. Pin to memory, that is.

Tim

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities