Out of browser silverlight 4 application with local database that will run and install on windows or
        Posted  
        
            by user360894
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user360894
        
        
        
        Published on 2010-06-07T23:20:45Z
        Indexed on 
            2010/06/07
            23:22 UTC
        
        
        Read the original article
        Hit count: 183
        
Silverlight
|sqlite
I am researching using silverlight 4 to develop a desktop application that can be installed from a browser window, now the tricky part is that I want a lightweight database embedded into the application. The database should install with the rest of the application and it should ideally work on both windows and mac systems. Originally I was thinking sqlite would be suitable for this but I have learned that it is not compatible with silverlight. Does anyone know of a solution for this?
© Stack Overflow or respective owner