What is the mechanism to use to store data in a UWP application so that it can synchronize data between devices?
Perhaps the ideal solution is SQL Azure Database, but obviously you must always have a connection to the cloud database. If we consider SQLite as a local repository, what mechanism / algorithm to use for periodic synchronization?
Perhaps someone found an example on GitHub, Code.MSDN.microsoft.com, CodePlex and others?