Synchronizing Custom Data Stores

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The topics in this section provide information on how to develop applications by using the Microsoft Sync Framework.

In This Section

  • Sync Framework Core Participant Types
    Describes the type of participants that can synchronize data using Sync Framework, from full participants able to host the Sync Framework runtime to simple participants that can do nothing more than store item data.
  • Metadata Management
    Describes the metadata structures used in synchronization, strategies for properly managing metadata in a replica, and the metadata storage service.
  • Synchronization Providers
    Describes the tasks that are required of a synchronization provider, and provides links to topics that show how to create a simple provider.
  • Synchronization Applications
    Describes the tasks that are required of a synchronization application, and provides links to topics that show how to create a simple application.

Reference