microsoft-sync-framework Questions

1

What is the best choice for local database when implementing a progressive web application? Initially the choice was to design a smart client desktop application with one click deployment that will...

2

Solved

I use the MS Sync Framework to sync my SQL Server instance with a local SQL CE file to make it possible working offline with my Windows app. I use GUIDs as keys. On my table I have a unique index o...
Umbilication asked 17/10, 2020 at 10:33

3

According to the MS documentation Sync Framework Toolkit (https://code.msdn.microsoft.com/Sync-Framework-Toolkit-4dc10f0e) is a legacy open source product which MS no longer support: https://msdn....

5

Solved

I'm trying to mock a class from the Microsoft Sync Framework. It only has an internal constructor. When I try the following: var fullEnumerationContextMock = new Mock<FullEnumerationContext>...
Monday asked 19/7, 2010 at 8:17

2

I'm trying to make an online application which can sync the SQLite database running on an Android device with the SQL running on the server. We have an enterprise app running on .NET and Android; w...
Ungrounded asked 6/8, 2012 at 6:22

1

we are using Microsoft Sync Framework 2.1 in various customer projects for file and database sync. Extended Support will end in 2021. So my questions are: What is Microsofts strategy for the sy...
Bernie asked 3/9, 2018 at 9:34

2

I have a requirement to sync local db data with central SQL server. The remote users (mostly around 10 people) will be using laptop which will host application and local db. The internet connection...

1

I need to implement Microsoft sync framework with my android App. I took help from here Android example with Microsoft Sync Framework toolkit. Updated Link: SyncFrameworkAndroid But still i di...
Rifling asked 1/11, 2013 at 5:55

4

Solved

I have been playing with "Microsoft Sync Framework 2.1" to sync two local sql server 2008 databases with an asp.net project. my code: SqlConnection clientConn = new SqlConnection(@"Server=XXXXXX;...
Norge asked 25/1, 2013 at 10:11

4

I'm building a C# program for windows tablets that are synchronized with a database. They will each have their own local .MDF SQL Server database which they interact with using SQL Server Express. ...

1

I am looking for a sync framework to use for syncing sql server express and sqlite databases with Sql Azure. We have been using Sync Framework 2.1 for a while with sql server express and Sql Azure ...
Waldman asked 6/6, 2014 at 13:44

4

Solved

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?...
Halo asked 27/10, 2008 at 5:31

1

Solved

I am using Microsoft sync framework 2.1 version we are trying to implement database versioning i.e. if there is a table schema change in the server database, all or some client should be still abl...
Huxham asked 24/5, 2013 at 15:32

2

Solved

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?

1

The file synchronization example given here - http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=3424 only talks about syncing files on the same machine. Has...
Literality asked 28/1, 2011 at 4:26

4

We are implementing a warehouse management system atop an open source stack (Java, web services & friends). In this system, we want to integrate many mobile devices which should also be c...

9

I have an app that uses SQL Enterprise to store all data in 4 different DB's. I needed to build in the ability to work "offline" for my users. I accomplished this through Merge Replication to local...

1

I'm trying to develop a custom sync provider to sync files over the internet using WCF service. We already have a file transfer service and it's working in production but I need to implement a cus...
Mccarron asked 9/5, 2010 at 12:37

3

We have a database running on a shared host via SQL Server 2008. We are now in the position, due to performance constraints, where we have to move the database, along with a website. We use change ...
Gaudreau asked 11/2, 2010 at 10:53

2

Solved

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 ...

2

Solved

The regular code snippet of syncing data with sync framework is this: LocalDBSyncAgent syncAgent = new LocalDBSyncAgent(); Microsoft.Synchronization.Data.SyncStatistics syncStats = syncAgent.Synch...
Etheline asked 22/12, 2008 at 8:37

1

Solved

I created a new c# project and follwed the steps from this tutorial to create a LocalDataCache: http://www.codeproject.com/KB/database/AdoSyncServicesArticalPKg.aspx?fid=1526739&df=90&mpp=...
Limited asked 20/11, 2009 at 10:2

1

Solved

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...
Principalities asked 1/11, 2009 at 8:20

2

Solved

I'm just working into the Microsoft Sync Framework. It looks quite easy to sync a local SQL CE 3.5 Database with a remote SQL Server 2008 using the SqlSyncAdapterBuilder and SqlServerChangeTracking...
Outrange asked 24/2, 2009 at 9:41

1

Solved

What is deference between Microsoft Sync Framework and Replication? which one is better?
Pickpocket asked 22/10, 2009 at 13:16

© 2022 - 2024 — McMap. All rights reserved.