I have a local and remote database which are accessed with EF. The databases are in sync at initial state.
Now I want to save the changes done locally, also save on the remote database. This should be possible without downloading the whole remote database?.
Can I just change the connection string of the context and then call SaveChanges() on remote?.
You can use Microsoft Sync Framework.