WCF EF code first syncronization best practices -
An offline WPF client and WCF server is the client's use of SQL-CE or local DB-EF-code first
For example, for the following scenario - the administrator can edit general information and users can add jobs, and the user can see that the lobules added him to the job, and synchronized the change made when a connection.
Ask the best way to synchronize reference data. Looking at "Microsoft Sync Framework" - but it seems that then you have to implement your provider perhaps there is an easy way?
Both SQL CE and localdi are supported outside the box in sync framework. You can use the same SqlSyncProvider against LocalDb
There is no need to write custom sync providers.
Comments
Post a Comment