kdakan / DDD-Domain-Driven-DesignLinks
Explaining Ubiquitous language, Rich domain model, Anemic domain model, Domain service, DDD layers, Entities, Value objects, Aggregates, Factories, Repositories, Shared kernel, Domain events, Anti-corruption layer
☆70Updated 5 years ago
Alternatives and similar repositories for DDD-Domain-Driven-Design
Users that are interested in DDD-Domain-Driven-Design are comparing it to the libraries listed below
Sorting:
- A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resourc…☆52Updated 6 years ago
- Clean architecture focused on microservices with .NET Core 3.1 and C# 8☆88Updated 2 years ago
- DDD patterns implemented following TDD☆146Updated 5 years ago
- Example implementation of CQRS, Ports & Adapters and Domain Driven Design☆88Updated 2 years ago
- Sample code for the book Principles, Practices and Patterns of Domain-Driven Design☆215Updated 10 years ago
- Refactoring from anemic to rich Domain Model example☆69Updated 5 years ago
- Nhibernate, Onion Architecture, Rich domain model, WPF, HILO, events driven design...☆77Updated last year
- Banking Kata (.NET)☆153Updated 3 years ago
- DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store),…☆202Updated 2 years ago
- The source code for the Pluralsight course about Validation, DDD, and FluentValidation library☆118Updated 3 years ago
- ☆78Updated 10 months ago
- Some design approaches to enforcing a business rule requiring no duplicates. Domain driven design.☆577Updated last year
- Code for all the messaging-related concepts/patterns described on YouTube during "Messaging in Distributed Systems" series.☆31Updated 3 years ago
- An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could b…☆471Updated 7 years ago
- Sample implementation of a WebApi that publishes messages to RabbitMQ and consume them using a BackgroundWorker.☆25Updated 2 years ago
- A microservices powered e-commerce shopping cart sample - based on SOA principles. Demos and sample for my "All our Aggregates are Wrong"…☆234Updated 2 weeks ago
- Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design☆258Updated 2 years ago
- A by the book DDD application with React/Redux and .NET Core. It features CQRS, event-sourcing, functional programming, TDD, Docker and m…☆88Updated 2 years ago
- Live Streaming and Video Tutorials on Clean Architecture, DDD, TDD using .NET Core every week on Paulovich.NET Youtube channel.☆52Updated 6 years ago
- Hands-on DDD with C# book code☆186Updated 2 years ago
- This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven De…☆320Updated 10 months ago
- A sample meant to demonstrate domain driven design using a veterinary hospital management system.☆315Updated 2 years ago
- ☆187Updated 4 years ago
- Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns☆322Updated 2 years ago
- Modular monolith in .NET Core☆133Updated 4 years ago
- FrontEnd React application for Modular Monolith With DDD repository and system☆328Updated last year
- ☆70Updated 2 years ago
- CQRS and Clean Domain-Driven Design concepts on the ASP.NET Core stack. Demo application for a fictional corporate organization managemen…