Posted on: 7/16/2010 2:50:00 PM | Views : 766

This demo shows the Perst for .NET open source embedded database in a Silverlight application: a simple Web-based customer relationship management (CRM) system that manages Contacts, Leads and Activities, with local data storage. Sometimes offline access is needed, and while saving data as XML files in Silverlight storage is possible, it doesn't provide the efficient search, ease of use, and data integrity protection of a DBMS. <br/><br/> Also available from this site is an <a href="http://www.mcobject.com/documents/CRM%20Silverlight%20Demo%20Using%20Perst%20Embedded%20Database.pdf">Article</a> with extensive, commented source code illustrating how the Perst database is used in the demo. ...

Go to the complete details ...