Question

We are developing a windows desktop application, that requires local caching (synchronization) of a remote SQL Server Express database. We are accessing this database over WCF.

So, we need to synchronize the remote database with a local, light-weight database, that is supported by Entity Framework, like SQLCE or SQLLite.

We know that Sync Framework does not support SQLCE 4.0 and we wish to avoid Sync Framework (because it looks like a dead technology) and SQLCE 3.5 (because it's old).

Is there any other way to perform the desired synchronization between SQL Server Express and any light-weight database supported by Entity Framework?

Was it helpful?

Solution

Yes, you can use Zumero for SQL Server, supports all your requirements - uses SQLite

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top