News

My sql server database table has Guid as primary key (Id) column and default as newid(), when making an insert to the table using entity core, if i dont supply the Id field i would like the insert ...
There's a report that our current client-side sequential GUIDs generator for SQL Server doesn't work well for concurrent environments; #30753 was opened to consider switching to server-generated GUIDs ...