DomainDriven 0.1.12
dotnet add package DomainDriven --version 0.1.12
NuGet\Install-Package DomainDriven -Version 0.1.12
<PackageReference Include="DomainDriven" Version="0.1.12" />
<PackageVersion Include="DomainDriven" Version="0.1.12" />
<PackageReference Include="DomainDriven" />
paket add DomainDriven --version 0.1.12
#r "nuget: DomainDriven, 0.1.12"
#addin nuget:?package=DomainDriven&version=0.1.12
#tool nuget:?package=DomainDriven&version=0.1.12
DomainDriven Libraries
This repository contains a set of libraries designed to facilitate the implementation of Domain-Driven Design (DDD) principles in .NET applications.
Projects
- DomainDriven: Core DDD abstractions and patterns.
- DomainDriven.API: Components for building DDD-aligned APIs.
- DomainDriven.Dapper: Dapper-based implementations for data access.
- DomainDriven.EF: Entity Framework Core-based implementations for data access.
- DomainDriven.Mediatr: Integration with MediatR for command and query dispatching.
- DomainDriven.Rules: Rule engine and specification pattern implementations.
Getting Started
Install the desired NuGet packages into your .NET project:
dotnet add package DomainDriven
dotnet add package DomainDriven.API
dotnet add package DomainDriven.Dapper
dotnet add package DomainDriven.EF
dotnet add package DomainDriven.Mediatr
dotnet add package DomainDriven.Rules
Contributing
Contributions are welcome! Please refer to the contribution guidelines for more information.
License
This project is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- FluentValidation (>= 12.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.1)
- OneOf (>= 3.0.271)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DomainDriven:
Package | Downloads |
---|---|
DomainDriven.Rules
Rules engine integration for DomainDriven library. |
|
DomainDriven.API
API components for DomainDriven library. |
|
DomainDriven.Dapper
Dapper integration for DomainDriven library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.12 | 48 | 6/28/2025 |
Initial release of the DomainDriven library.