The Microsoft Sync Framework enables data synchronization in .NET applications in a hub-and-spoke or peer-to-peer relation.
I am currently trying to get the sync framework sample working: sample The solution compiles with out any error or …
c# .net wcf exception-handling microsoft-sync-frameworkI'm trying to mock a class from the Microsoft Sync Framework. It only has an internal constructor. When I try …
c# unit-testing moq microsoft-sync-frameworkHas anyone here worked with Sync Framework and syncing through WCF endpoints? Please share code samples or sample projects. I …
c# .net sql-server-2008 microsoft-sync-frameworkI'm trying to make an online application which can sync the SQLite database running on an Android device with the …
sql-server sqlite synchronization microsoft-sync-frameworkAccording to the MS documentation Sync Framework Toolkit (https://code.msdn.microsoft.com/Sync-Framework-Toolkit-4dc10f0e) is a legacy …
c# sql-server synchronization microsoft-sync-frameworkI have been playing with "Microsoft Sync Framework 2.1" to sync two local sql server 2008 databases with an asp.net project. …
c# .net microsoft-sync-frameworkdoes anyone know if and how you can sync CoreData apps with iCloud? If I understand the Apple iCould instructions …
cocoa core-data microsoft-sync-framework icloud data-synchronizationI found it hard to find an entry into the Sync Framework 2.1. Is there any good tutorial or sample project, …
.net microsoft-sync-frameworkI have the next task. Let's assume that we have below tables in a DB Vendor =========== Id Name ..... Product =========== Id …
.net sql sql-server microsoft-sync-framework