As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Similar questions have been asked before but after a day of going through the answers I\'m still very confused.
I\'m using the Microsoft Sync Framework version 2 to synchronize data between a server database running SQL Server 2008 and a SQLCE 3.5 database on an occasionally connected WPF app.
I\'m trying to create a new \"Local Database Cache\" item in Visual Studio 2010 to sync against a local Sql Server Express 2008 R2 database.
I\'m trying to mock a class from the Microsoft Sync Framework. It only has an internal constructor. When I try the following:
I\'m looking for anything that facilitates syncing local data with some server on the internet. It doesn\'t have to be as matur开发者_开发知识库e as those two and any platform is fine, I\'m just looki
I\'m building an application that runs on a Windows Mobile device. I\'m using Microsoft\'s Sync Framework to sync the Sql CE database w开发者_运维知识库ith the main corporate db.
I\'ve got to implement data synchronization between a loc开发者_开发问答al storage that resides on a mobile device and the server DB.
I have a client winforms which creates xml-s with objects. Once a month I get this xml-s and save theirs in my database(a lot of columns, and fields).
I have one central SQL Server database which can be offline from time to time. I have a desktop application using Local DB Cache (SQL CE) to synchronize with the central database and I also have a web