Reliable unique ID generation and management for distributed applications.
Auto-increment IDs reveal sensitive information. UUIDs (also known as GUIDs) are inefficient as primary keys in a database. Having two different IDs is cumbersome and counterintuitive. We can do better.
- For a 93-bit UUID...
More information
Release notes:
1.0.2:
- Now using AmbientContexts 1.1.1, which fixes extremely rare bugs and improves performance.
1.0.1:
- Now using AmbientContexts 1.1.0, for a performance improvement.
Description:
Azure-based implementations for the Architect.Identities package.
This package allows Azure...
More information
Release notes:
2.0.0:
- BREAKING: No longer referencing the Identities package. (Still considered an addition to it, but the hard link is now gone.)
- BREAKING: Removed ApplicationInstanceIds. (See Identities 2.0.0.)
1.0.2:
- Fixed an incompatibility with EF Core 6.0.0+ (caused by a breaking...
More information