This sample demonstrates how to synchronize replicas by using the Sync Framework simple provider API. This API
gives developers a lot of the power and flexibility of the core Sync Framework APIs, but with less of a learning curve and
less code, especially for replicas that have little or no change-tracking support.
This sample has examples of both full enumeration and anchor enumeration providers. The sample covers basic
synchronization scenarios in addition to demonstrating how to handle concurrency and constraint conflicts.
Required Software
- Visual Studio 2005 or Visual Studio 2008
- .NET Framework 2.0 SP1 or .NET Framework 3.x
- Microsoft Sync Framework 2.0
See the readme.txt file that installs with the sample for complete installation and usage instructions.
For more information on Simple Providers, see
Implementing a Simple Custom Provider.