What is deference between Microsoft Sync Framework and Replication? which one is better?
Asked
Active
Viewed 2,437 times
1 Answers
22
- Sync Framework is a programming framework. You still have to program it yourself. Replication is an end to end feature.
- Replication solves changes in schemas too (I believe Sync Framework deals with synchronizing data, not schemas)
- Replication has many more enterprise features already resolved.
- Sync Framework can be used for not only databases, but anything with a sync provider (replication is only for databases).
I'm sure there are more differences.. but these should give you a start.

Nestor
- 13,706
- 11
- 78
- 119
-
is there any upadate on sync framework now for .net framework 4.5 , – Dragon Sep 08 '17 at 07:47