Top 20 NuGet Packages depending on Architect.AmbientContexts
Total dependencies: 2
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 ...
Manage your DbContexts the right way.
The persistence or infrastructure layer uses the DbContext (e.g. from a repository). Controlling its scope and transaction lifetime, however, is ideally the reponsibility of the orchestrating layer (e.g. from an application service). This package adds that abil...