Sample ASP.NET Core 3.1 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
Updated
Nov 11, 2020 - C#
{{ message }}
Sample ASP.NET Core 3.1 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
PHP 7 Version of the cargo sample used in Eric Evans DDD book
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2
DDD like architecture sample application
DDD patterns implemented following TDD
A simplified (in memory) example of Event Sourcing implementation for banking domain.
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
This project is created to demonstrate Go-Lang Clean Architecture/DDD/Hexagonal Architecture, and It show the usage of popular libraries gin, gorm, zap and dig.
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
Implementing Domain Driven Design in PHP using Laravel
Applied Domain-Driven Design Blueprints for Java EE
Sample RestAPI project write in Go
This is tutorial project to learn how to connect Symfony4 and docker compose with Domain Driven Design and Event Sourcing
CQRS+ES and DDD framework for .NET
Distributed architecture based on the domain. .Net, SQL
NDDDSample - A sample project which demonstrates a practical implementation of the building block patterns described in Eric Evans's "Domain-Driven Design: [...]
Sample created during Greg Young's Advanced CQRS & DDD Workshop
DDD sample, a minimized condition order system.
Online Store implemented following the Domain Driven Design approach.
Sample Go application with DDD
Shortlink service (Microservice example)
it is a tool for managing the go environment and project
The Bounded framework for Scala, Akka and Domain Driven Design
A convention-based domain event with support to deferred execution for DDD
Add a description, image, and links to the ddd-sample topic page so that developers can more easily learn about it.
To associate your repository with the ddd-sample topic, visit your repo's landing page and select "manage topics."
Create a new base class (ie;
ValueObject<PropertyType>) that can be inherited to create a value object concrete definition.Value objects are a core concept of DDD and represent things that are identified by their value rather than their hash/id/reference etc. See: https://martinfowler.com/bliki/ValueObject.html
There're already some examples on the web on this practice in typescript (eg h