database - Silverlight 4 with SQLite or alternative -
i making silverlight app , considered straight-forward isn't.
i in need create application local database stored on web server silverlight application can connect , whenever user goes on application allow sql queries carried out. main use registration, login , event registration.
i have tried community sqlite: http://code.google.com/p/csharp-sqlite/
but had trouble getting work silverlight, guess due poor documentation. have made project containing lot of work want implement sqlite code that.
can help
thanks.
if want silverlight application have local storage database, check out sterling.
if want silverlight application query centralized, server-side database, need expose database via wcf. ria services easiest implementation.
Comments
Post a Comment