Domain-Driven-Design-Example
eCommerce example
A C# implementation of Domain-Driven Design principles applied to an e-commerce system
Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
2k stars
116 watching
444 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list
csharpdddddd-architectureddd-patternsdomain-driven-design
Related projects:
Repository | Description | Stars |
---|---|---|
thearchitectdev/architect.domainmodeling | A DDD toolset providing boilerplate code generators for domain models in C# | 64 |
ddd-by-examples/factory | An implementation of Domain-Driven Design principles and patterns in an enterprise application using Spring | 1,344 |
bitloops/ddd-hexagonal-cqrs-es-eda | A comprehensive example of software design and architecture using Domain Driven Design, Hexagonal Architecture, CQRS, Event Sourcing, Behaviour Driven Development, and other advanced concepts | 1,208 |
packtpublishing/hands-on-domain-driven-design-with-.net-core | A comprehensive guide to implementing Domain-Driven Design with .NET Core, focusing on building complex business systems | 642 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
asc-lab/better-code-with-ddd | An application demonstrating how to apply Domain-Driven Design (DDD) tactical patterns to improve code quality and readability | 316 |
eulerfx/dddinventoryitemfsharp | An F# implementation of Domain-Driven Design with Event-Sourcing and EventStore | 185 |
vaughnvernon/iddd_samples_net | C#.NET implementations of Bounded Contexts from Implementing Domain-Driven Design by Vaughn Vernon | 927 |
charlessolar/eshoponcontainersddd | An e-commerce application built using Domain-Driven Design and Event Sourcing with a focus on separation of concerns and flexible data models. | 319 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
cesarcastrocuba/nlayerappv3 | An implementation of Domain-Driven Design (DDD) N-Layered Architecture with .Net Core 2.1 for building web APIs. | 155 |
xerprojects/xer.domaindriven | A lightweight library providing entities and marker interfaces for implementing Domain-Driven Design concepts in C# | 13 |
xhafan/emailmaker | An ASP.NET Core MVC and ASP.NET MVC demo app demonstrating the use of CoreDdd libraries for domain-driven development and DatabaseBuilder for database setup. | 13 |
itlibrium/ddd-starter-dotnet | Provides sample implementation and comparison of various approaches to building Domain-Driven Design (DDD) applications | 391 |
ferrius/ddd-cqrs-example | An example implementation of Domain-Driven Design (DDD) with CQRS and Hexagonal Architecture in PHP using Symfony. | 359 |