Use HiLo to generate keys with Entity Framework Core
Entity Framework Core supports different key generation strategies like identity, Sequence and HiLo. In my previous post, I talked about using SQL Server Sequence with EF Core to Create Primary Key. Database sequences are cached, scalable and address concurrency issues. But there would be a database round-trip for every new the sequence value. And in … Continue reading Use HiLo to generate keys with Entity Framework Core
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed