This question is locked. New answers and comments are not allowed.
I would like to create a Silverlight application that has a remote master database and also supports a local client database (like the compact database). When the client doesn't have an internet connection, the data is saved on the client and when they do have a connection it is automatically synched with the remote database. Is there anyone that can lead me to the best method for doing this? Which technology should I use? Are there any good demonstrations or tutorials?
Thank you for any help! I'm not new to .NET development, but I'm new to Silverlight.
EDIT: I guess this is called Disconnected API with OpenAccess ORM. Can it be done with Silverlight and OA?
Thank you for any help! I'm not new to .NET development, but I'm new to Silverlight.
EDIT: I guess this is called Disconnected API with OpenAccess ORM. Can it be done with Silverlight and OA?