Microsoft sync Frameworks, MSF, is an integrated synchronization platform in which MSF supports applications, services, online and offline synchronization of devices. MSF consists mainly of the following components:
* Sync Services for ado.net: Synchronizing ado.net data
* Sync Services for FeedSync: synchronizing RSS and ATOM seeds
* Sync Services for file Systems: Synchronizing files and folders
* Sync Framework Core Runtime: A customized synchronization solution that supports native code.
This article mainly describes how to quickly establish a sync Services for ADO. NET for data synchronization. Because the WinForm project on the PC can quickly establish a synchronization program using the wizard, this article first introduces the sync Services for ADO on the PC's WebForm program. NET development, will introduce the development of mobile device, this is also my most concerned part.
Download installation
Download the Microsoft synchronization Services for ado.net on the link below. Microsoft synchronization Services for ADO. NET local cache data needs to use SQL CE 3.5 and cannot support SQL CE 3.0. The difference between SQL CE 3.5 and 3.0 can refer to the SQL CE compatibility issue under the. NET campact Framework
Set up local Database Cache
First set up a PC's WinForm program. Right-click the project new "new Item", after a Microsoft synchronization Services for ado.net installation, the new wizard will appear "local Database Cache", select the type.
Figure 1