An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# dotnet-ef-domain-driven-design

[![.NET](https://github.com/danielmackay/dotnet-domain-driven-design/actions/workflows/dotnet.yml/badge.svg)](https://github.com/danielmackay/dotnet-domain-driven-design/actions/workflows/dotnet.yml)
[![Log4brains ADRs](https://danielmackay.github.io/dotnet-domain-driven-design/log4brains/badge.svg)](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