jcachay
-
- 7,513 total downloads
- last updated 7/31/2025
- Latest version: 1.1.1
A C# library that abstracts a Domain layer: An aggregate, a Repository, a domain event dispatcher and more. -
Jcg.
by: jcachayDomain - 1,734 total downloads
- last updated 11/15/2022
- Latest version: 1.0.0-alpha (prerelease)
A library that abstracts some complexity from the domain layer, so the client code can better express intent. It achieves this by decoupling the domain aggregate from the code that mutates its state and asserts... More information -
- Deprecated
- 1,653 total downloads
- last updated 1/19/2023
- Latest version: 3.4.0-alpha.0 (prerelease)
Data access repositories that plug between the database and the client app, seamlessly providing advanced features like: Soft delete and restore, optimistic concurrency check, unit of work, cache, segregated... More information -
DtoHydrator
by: jcachay- 1,032 total downloads
- last updated 6/22/2025
- Latest version: 1.0.2
A C# library that hydrates a DTO using the Separation of Concerns (SoC) principle, where each handler is responsible for hydrating a specific part of the DTO. Multiple handlers can... More information -
- 1,032 total downloads
- last updated 8/3/2025
- Latest version: 1.0.4
A C# library that faciliates manipulating dtos using ideas taken from functional lenses.