How to create C# application that is connected and save data to SQL server database and can save data locally if connection to server is down and synchronize data back to server after connection retrives?
How to create C# application that is connected and save data to SQL server database and can save data locally if connection to server is down and synchronize data back to server after connection retrives?