https://github.com/danielmackay/dotnet-domain-driven-design
Clean Architecture Domain Driven Design
https://github.com/danielmackay/dotnet-domain-driven-design
clean-architecture cqrs ddd domain-driven-design dotnet entity-framework-core
Last synced: over 1 year ago
JSON representation
Clean Architecture Domain Driven Design
- Host: GitHub
- URL: https://github.com/danielmackay/dotnet-domain-driven-design
- Owner: danielmackay
- License: mit
- Created: 2023-04-07T06:49:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T10:31:40.000Z (almost 3 years ago)
- Last Synced: 2024-05-21T23:07:02.537Z (about 2 years ago)
- Topics: clean-architecture, cqrs, ddd, domain-driven-design, dotnet, entity-framework-core
- Language: C#
- Homepage: https://danielmackay.github.io/dotnet-domain-driven-design/log4brains/
- Size: 858 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-ef-domain-driven-design
[](https://github.com/danielmackay/dotnet-domain-driven-design/actions/workflows/dotnet.yml)
[](https://danielmackay.github.io/dotnet-domain-driven-design/log4brains)
## Features
- Aggregate Roots
- Entities
- Value Objects
- Strongly Typed IDs
- Domain events
- CQRS Commands & Queries
- Fluent Validation
- Minimal APIs
- Specifications
- Outbox Pattern with Hangfire background processing