Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
Updated
Jul 13, 2021 - C#
{{ message }}
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
A curated list of awesome articles and resources to learn and practice about software architecture, patterns, and principles.
Let's add MinVer and on successful builds generate a release.
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
Domain-Driven-Design Pub/Sub Domain-Events framework
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Node DDD Boilerplate
A DDD guestbook example written for ASP.NET Core
Create a new menu to export all data from the SQL database to CSV, so that users can import that data to other software easily.
A demo of share bike using DDD, MicroService and Spring Cloud
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
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
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Sample Application DDD, Reactive Microservices, CQRS Event Sourcing Powered by DERMAYON LIBRARY
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Base application using nest JS focused on DDD architecture and SOLID principles
Python DDD example
Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2
Add a description, image, and links to the ddd-architecture topic page so that developers can more easily learn about it.
To associate your repository with the ddd-architecture 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.