Currently, we are downloading the data into memory and persisting the information to the Harddrive when the application closes and then reading that data again when it loads back up. Pretty standard stuff. Now they are asking if we can use SQL Server Express 2005 instead of just serializing the data to the hard drive.
My question is, does DevForce already have some functionality built in to persist the data to a local database. If so, what document would contain this information? I probably will have more questions but if there is some documentation, I’ll read that first.