microsoft-sync-framework

Sync Framework Resources

£可爱£侵袭症+ 提交于 2019-11-30 12:12:42
问题 I am looking for resources on Microsoft Sync Framework. Although MSDN and Google Search gave me the brief overview, I want some demos and presentations. Also, is Live Mesh based on Sync Framework? 回答1: Maybe those links will be helpful: Sync101 - Getting Started with Sync Tutorial - Microsoft Sync Framework Basics SQL Express - Client Synchronization Sample Sync Services for ADO.NET v2 - Download Only Sync Sync Services for ADO.NET Adapter Builder 回答2: Live Mesh isn't based on the Sync

Sync Framework Resources

痴心易碎 提交于 2019-11-30 02:45:03
I am looking for resources on Microsoft Sync Framework. Although MSDN and Google Search gave me the brief overview, I want some demos and presentations. Also, is Live Mesh based on Sync Framework? Maybe those links will be helpful: Sync101 - Getting Started with Sync Tutorial - Microsoft Sync Framework Basics S QL Express - Client Synchronization Sample Sync Services for ADO.NET v2 - Download Only Sync Sync Services for ADO.NET Adapter Builder Live Mesh isn't based on the Sync Framework, although they both use FeedSync. There is collaboration between Live Mesh (Live Framework) and Sync

Can you sync CoreData with iCloud?

半世苍凉 提交于 2019-11-29 21:55:45
does anyone know if and how you can sync CoreData apps with iCloud? If I understand the Apple iCould instructions right you can not sync CoreData, can you? Given that you tagged this with Cocoa, I suggest that you watch the video for WWDC 2011 Session 315 - "What's New in Core Data on Mac OS X". For iOS, check out Session 303 - "What's New in Core Data on iOS". These will answer all of your questions regarding Core Data and iCloud. Since this is still under NDA, that's the most I can tell you. Here's an article with sample code: http://goddess-gate.com/dc2/index.php/post/452 . I am going to

Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?

谁都会走 提交于 2019-11-29 11:11:38
We are faced with the following problem that involves keeping the following in sync: 1 Centralised Server (IIS / MSSQL 2005) Many Desktop WPF clients distributed by ClickOnce Many Mobile clients - (Windows CE) alt text http://img502.imageshack.us/img502/8246/deployment.png With these thorny constraints: all sync relationships are bi-directional the desktop & mobile nodes require offline mode the mobile nodes cannot sync with the central server but are to sync with the desktop nodes over USB. The desktop nodes act as a server for the mobile clients, not the central server. Updates from the

Sync nightmare - is it possible to use Merge Replication (or RDA) between 2 SQL CE instances without IIS?

瘦欲@ 提交于 2019-11-28 04:19:52
问题 We are faced with the following problem that involves keeping the following in sync: 1 Centralised Server (IIS / MSSQL 2005) Many Desktop WPF clients distributed by ClickOnce Many Mobile clients - (Windows CE) alt text http://img502.imageshack.us/img502/8246/deployment.png With these thorny constraints: all sync relationships are bi-directional the desktop & mobile nodes require offline mode the mobile nodes cannot sync with the central server but are to sync with the desktop nodes over USB.

Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

雨燕双飞 提交于 2019-11-27 03:13:58
Has anyone here worked with Sync Framework and syncing through WCF endpoints? Please share code samples or sample projects. I am specifically looking for offline scenarios where client comes online only to fetch updates from the Server. Raj I did the following to get Sync Framework working using WCF with SQL Server 2008 Enabled Change Tracking in SQL Server 2008 Enabled change tracking for tables participating in the Sync Added a metadata table named anchor Added a table to track client Ids named "guid" Used SqlExpressClientSyncProvider available from MSF's codeplex project site as Client Sync

Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

谁说胖子不能爱 提交于 2019-11-26 12:37:39
问题 Has anyone here worked with Sync Framework and syncing through WCF endpoints? Please share code samples or sample projects. I am specifically looking for offline scenarios where client comes online only to fetch updates from the Server. 回答1: I did the following to get Sync Framework working using WCF with SQL Server 2008 Enabled Change Tracking in SQL Server 2008 Enabled change tracking for tables participating in the Sync Added a metadata table named anchor Added a table to track client Ids