Silverlight database using XML

ArreveEmize

New Member
I am working on porting an old application to Silverlight (version 5). The application has many forms with combo boxes who's items are conditionally populated. This is being handled in the old application through an Access database stored within the application and queried using the DAO object library. I was thinking Silverlight would let me mimic this functionality, but I found out that Silverlight does not allow for local database storage and manipulation (please correct me if I am wrong). I cannot go the web service route for database manipulation because this app has to work offline and Out of Browser on Mac and Windows.So, I am looking for alternatives. It seems that I can use XML and LINQ to achieve a sort of quasi-database. My question regarding this is will it still work on Mac and Windows platforms? Any other alternatives are also welcome.
 
Back
Top