(X) Hide this Join a live webcast on October 14th, 10:00 am PDT: 'MEF: Overview of the Managed Extensibility Framework in Silverlight 4' by Gill Cleeren
Learn More | Sign Up | More Webinars by SilverlightShow

Recommended

Skip Navigation LinksHome / News / View News

Silverlight Database

+ Add to SilverlightShow Favorites
2 comments   /   posted by Silverlight Show on Jul 20, 2009
(0 votes)

In this project Sergey Barskiy implements an Isolated Storage based database for Silverlight.

The usage of this software is very simple. You create a new database by Calling CreateDatabase. You can add tables to the database by calling db.CreateTable<T> where T is the type of entity to be stored in table rows. You can save database by calling Save, and open the database by calling OpenDatabase. This database supports version changes, so you can update your application and still be able to open the database. You can look for basic use of this database by examining test Silverlight application.

Share


Comments

Comments RSS RSS
  • RE: Silverlight Database  

    posted by sqo on Dec 01, 2009 12:59
    A good alternative would be siaqodb . This is real Silverlight object database that can store objects on client side with just one line of code and retrieve back objects via LINQ queries. For more info take a look at http://siaqodb.com
  • RE: Silverlight Database  

    posted by ssa on Apr 24, 2010 20:32
    asassa

Add Comment

 
 

   
  
  
   
Please add 7 and 8 and type the answer here: