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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top