Offline LLB

Posts   
 
    
simon831
User
Posts: 152
Joined: 19-Jan-2006
# Posted on: 17-Nov-2009 11:56:08   

I am designing a Windows app that will get its data from webservices. It will also need to operate when not connected to the network. What options do I have with LLB for storing data offline? Is is a case of reading all EntityCollections needed and serializing to XML on disc, or is there a better way?

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 17-Nov-2009 12:02:08   

LLBLGen Pro objects are serializable. So LLBLGen is not a decision maker here, that's pure architecture decision.

I would have used a local db (SSCE... for example).