TheArchitectDev
-
- 152,294 total downloads
- last updated 3/23/2023
- Latest version: 2.0.0
Provides the basis for implementing the Ambient Context pattern. Includes a Clock implementation based on it. The Ambient Context pattern is an Inversion of Control (IoC) pattern that provides static access to... More information -
- 147,313 total downloads
- last updated 1/21/2024
- Latest version: 2.1.0
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... More information -
- 21,519 total downloads
- last updated 3/23/2023
- Latest version: 2.0.0
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... More information -
- 19,845 total downloads
- last updated 12/27/2023
- Latest version: 3.0.2
A complete Domain-Driven Design (DDD) toolset for implementing domain models, including base types and source generators. https://github.com/TheArchitectDev/Architect.DomainModeling Release notes: 3.0.2: -... More information -
- 18,142 total downloads
- last updated 3/23/2023
- Latest version: 2.0.0
EntityFramework extensions for the Architect.Identities package. https://github.com/TheArchitectDev/Architect.Identities Release notes: 2.0.0: - BREAKING: Now targeting .NET 6+, to support new EF Core... More information -
- 6,312 total downloads
- last updated 1/1/2022
- Latest version: 1.0.2
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... More information