ddd-example
Here are 128 public repositories matching this topic...
A full-stack .NET microservices build on Dapr and Tye
-
Updated
Jun 17, 2022 - C#
Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
-
Updated
Jun 8, 2022 - Go
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
-
Updated
Apr 11, 2022 - C#
-
Updated
Jun 11, 2022 - TypeScript
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
-
Updated
Jun 10, 2022 - Java
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
-
Updated
Jun 3, 2022 - Java
Example for Nest.js, MySQL, Redis, REST api, CQRS, DDD
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Jan 6, 2022 - Java
Improve the README
Onion Architecture with .NET 6/.NET Core and CQRS/Event Sourcing following a DDD approach
-
Updated
Mar 2, 2022 - C#
-
Updated
Jun 19, 2022 - C#
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
-
Updated
Dec 6, 2021 - C#
-
Updated
Oct 7, 2021 - TypeScript
DDD patterns implemented following TDD
-
Updated
Jan 13, 2020 - C#
-
Updated
Mar 28, 2022 - C#
Domain Driven Design. Examples focuses on key concept of ddd like Entities, Aggregate root, Repository, Value Objects & ACL.
-
Updated
Apr 26, 2018 - Java
-
Updated
May 22, 2022 - JavaScript
-
Updated
Jan 6, 2022 - Java
This package provide utils file and interfaces to assistant build a complex application with domain driving design
-
Updated
May 19, 2022 - TypeScript
-
Updated
Jun 19, 2022 - C#
-
Updated
Dec 9, 2021 - TypeScript
CQRS+ES and DDD framework for .NET
-
Updated
Jun 7, 2020 - C#
The base-classes for DDDomain objects (Entities, valuetypes, aggregates)
-
Updated
Dec 21, 2020 - C#
Cheeper is the reference code implementation of the book "CQRS By Example" – https://leanpub.com/cqrs-by-example/
-
Updated
Jun 18, 2022 - PHP
Tutorial on DDD (Domain-Driven Design), by building a Web App with the theme "Personal Finance Management". Adapted from a group project in university.
-
Updated
Mar 31, 2022 - Java
Modular, cohesive, transparent and fast web server template
-
Updated
Apr 23, 2021 - Python
API for patient registration and scheduling a consultation using domain driven design
-
Updated
Sep 14, 2018 - C#
Improve this page
Add a description, image, and links to the ddd-example topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd-example topic, visit your repo's landing page and select "manage topics."


https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.