New Code Sample: File Synchronization with a Simple Custom Provider

Do you have data in a custom format that you want to synchronize with a directory in the file system? This new code sample shows you how to use Sync Framework to do just that.

 

This sample shows you how to:

  • Write a simple custom provider that represents your data store.
  • Implement a data transfer interface that can send and receive data between your data store and the file synchronization provider.
  • Configure the file synchronization provider to represent a directory on your computer.
  • Synchronize between your custom data store and the directory you identify.

 

Download the sample from MSDN Code Gallery and try it out: File Sync with Simple Custom Provider Sample.