xerxes
-
- 1,032 total downloads
- last updated 4/21/2025
- Latest version: 1.0.5
A lightweight .NET library that implements the Factory pattern in line with Domain-Driven Design (DDD) principles. Ghanavats.Domain.Factory enables the creation of complex entities and aggregates... More information -
- 911 total downloads
- last updated 4/21/2025
- Latest version: 1.0.4
"Defines the abstraction for domain entity factories following DDD principles. Includes the IDomainFactory interface and configuration structures such as DomainFactoryOption. Ideal for... More information -
- 681 total downloads
- last updated 4/13/2025
- Latest version: 1.0.3
Provides fundamental building blocks for Domain-Driven Design (DDD), including support for entities, value objects, aggregate root tagging via attributes, and domain event... More information -
- 270 total downloads
- last updated 1/8/2025
- Latest version: 1.0.2
A repository implementation package of Ghanavats.Repository.Abstractions based on Entity Framework Core Sql Server. -
- 241 total downloads
- last updated 1/4/2025
- Latest version: 1.0.1
A repository abstraction package for common repository operations. -
- 148 total downloads
- last updated 5/3/2025
- Latest version: 1.0.2
A simple result pattern package to achieve API/Services/Handlers consistent response. Common result statuses, Error/NotFound/Invalid, and Success are handled and encapsulated in this package.