How can I synchronize one online sql database with another offline database in win form core?
I need to sync a large local SQL database to a server database and vice versa. The two databases structure are exactly the same. We need to Sync data when the User is Logged In Or when he Sync Data .
I want to do it with a .Net winforms application.