.NET Developer Conference 2025
In about two weeks a .NET Developer Conference is going to happen in Köln. I’ll have one session Autoincrement (identity) is not the only option for primary keys.

A lot of applications is using “simple” autoincrement (identity) as a primary key. That’s not bad. But there are other options for generated primary keys and some might be even better for your application. I’ll show you some options, pros and cons and even apply that as a mapping for EF Core.
