News

Using the latest version of Dotmim.Sync, I'm syncing an SQL Server with an Sqlite. My problem is that Guid columns in sql server, are converted to an uppercase format in the CHAR (36) of sqlite. Is ...
I've been facing an issue when trying to use Dapper to insert data into SQL Server. The particular problem seems to lie with the DateTime and Guid conversion. MyModel: public class UserModel { publ ...