Tag
#databases
2 posts tagged with #databases.
-
UUIDv7, or How Not to Get Lost in Time When Creating Identifiers
A deep dive into UUIDv7 — a next-generation binary-sortable identifier: why it exists, how sub-second precision works, and why it matters for databases.
#UUID #systems programming #databases #Big Data -
Inheritance in ADO.NET Entity Framework
Two inheritance types in ADO.NET Entity Framework — Table per Type and Table per Hierarchy — walked through with common mistakes and their fixes.
#.NET #Entity Framework #databases #programming