New Sync Framework Tutorial

I have submitted a new C# tutorial which introduces you to the Microsoft Sync Framework by walking you through four sample Visual Studio projects. Each project builds on its predecessor with increasing complexity. 

 

Since we are trying to make sure we have all the key concepts covered in this tutorial, I would love to hear your feedback on it, specifically if there are other areas that you think we need to cover in this tutorial.

  • Sync101 With Metadata Store – Demonstrates a basic provider for an in-memory data store (replica) that uses the SqlCeMetadataStore class to store the metadata in a SQL Server Compact Edition database.
  • Sync101 Refactored – Factors out the replica-specific code from the code common to any provider in preparation for the next step of adding an additional provider. Also uses a more flexible transfer mechanism class to allow accommodation of more complex schemas.
  • Sync101 Add Xml Provider – Adds a new provider that represents a data store comprised of XML files.
  • Sync101 Add Csv Provider – Adds a new provider that represents a data store containing Comma-Separated Values (CSV) files and also uses XML configuration files to specify the transfer mechanism class properties and the property mappings between providers.

Please go here to download this sync tutorial.
 

Liam Cavanagh

tutorial.jpg