TechBubbles Microsoft Technology BLOG

Microsoft Sync Framework Architecture

Introduction

This post explains how synch provider communicates with a data source and retrieves information  from metadata store. Sync providers can communicate with other sync providers through a synch session.

You can read the basic understanding about synch framework at Microsoft Sync.

corecomp

Data Source

is the place where all information will be stored that needs to be synchronized. It can be relational database, a file system, a web service. It is a key component in synchronization process.

Meta Data

Information about data store and objects in the data store  is called metadata and it can be stored anywhere that can be a file, a database.

Versions

Versions are maintained for each item that is being participated in the synchronization process. It records when and where an item has changed, and Itemid has associated with it. In case of database the item can be entire row in a table.

Implementing Versions

  • Inline Tracking Change is recorded immediately as the change is made.Example Trigger can be used to update a change when a update action is occurred on the database table row.
  • Asynchronous Tracking External process runs and scans for changes. updates found are added to the version information on a scheduled process.

Synchronization Flow

 

 

SynchFlow

Conclusion

Microsoft sync framework to allow any data store to exchange information and enables conflict detection and allows the application or provider to effectively resolve conflicts.

About the author

Kalyan Bandarupalli

My name is kalyan, I am a software architect and builds the applications using Microsoft .NET technologies. Here I am trying to share what I feel and what I think with whoever comes along wandering to Internet home of mine.I hope that this page and its contents will speak for me and that is the reason I am not going to say anything specially about my self here.

1 Comment

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud