Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top