Auto-Generating GUID Properties in EF Core
Introduction
GUID, or globally unique identifier, is a 128-bit value that is used to identify resources in a unique and consistent way. In Entity Framework Core (EF Core), a GUID can be used as the primary key for a table, and it can be automatically...
mbarkt3sto.hashnode.dev2 min read