How good is Sync Framework 4?

I had little experience with sync 2, and I found that it works terribly even for relatively small datasets (5000 rows or so). I am approaching a new project, and since 4.0 CTP is missing, I was wondering if anyone had any luck.

I have a rather large database for synchronization (50 + tables, each of which contains about 100,000 rows). Before I embarked on a testing path, I thought I would reach the community and see if anyone had tried this.

+3
source share
1 answer

Sync Fx v4 mainly supports Silverlight, Windows Phone 7 and other devices. It still uses Sync Fx v2.1 under the hood. unfortunately, they delayed the release and then released part of the CTP as sample code.

I'm not sure which providers you used with v2, but release 2.1 includes bulk procedures using TVP, and this, combined with the use of DatasetSurrogate, improves memory usage and performance compared to previous versions.

+1
source

All Articles