Top "Microsoft-sync-framework" questions

The Microsoft Sync Framework enables data synchronization in .NET applications in a hub-and-spoke or peer-to-peer relation.

Mocking a type with an internal constructor using Moq

I'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-framework
Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

Has 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-framework
Syncing SQLite with SQLServer using Sync Framework

I'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-framework
Is Microsoft Sync Framework alive?

According 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-framework
Microsoft Sync Framework COM class error

I 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-framework
Can you sync CoreData with iCloud?

does 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-synchronization
Microsoft Sync Framework 2.1 - Example project, write Provider, Change Tracking, Metadata

I found it hard to find an entry into the Sync Framework 2.1. Is there any good tutorial or sample project, …

.net microsoft-sync-framework
Is it possible to sync two sql express servers with MS Sync Framework

I 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