Sync framework 2.0 smart device to server

Posted by Oll on Stack Overflow See other posts from Stack Overflow or by Oll
Published on 2010-04-12T09:09:35Z Indexed on 2010/04/12 9:13 UTC
Read the original article Hit count: 142

Filed under:

We have a requirement very similar to that shown in the Occasionally Connected Application (OCA) diagram on the Introduction to Sync Framework Database Synchronization article. We can't however find any examples on how the clients at the bottom are syncing between each other. Particularly, how a smart device syncs with another client each having a local .sdf database.

There are lots of examples of a smart device to a server over wcf where the server is running full sql but not smart device to server with local cache.

Does anyone have any ideas or examples.

Thanks

© Stack Overflow or respective owner

Related posts about syncframework