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
Jun 30, 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.
A list of books
A comprehensive list of books on Software Architecture.
Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
intermediate level system design tutorial
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Porto is a Modern Software Architectural Pattern that scales with your business!
A curated list of resources on software architecture
Structurizr for Java
[DEPRECATED] See https://github.com/lucidarch/lucid
Structurizr for .NET
Structurizr DSL
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
A structured approach to designing and documenting Aggregates
A command line utility for Structurizr.
Sample projects for my talk "Refactoring to a System of Systems"
Self-Contained Systems
The Lucid Architecture for Scalable Laravel Applications.
List of resources about foundational knowledge for programmers (supposed to last a few decades)
Simple movies app for architectural experiments.
Curated list of Software Development resources
All design patterns implemented in Java with code, explanation and learning resources
Monorepo as Microservices: Full MEAN stack with Angular 7, Ionic 4 and ReactiveX API (ngrx/Store + ngrx/Effects) + i18n/ngx-translate + Express NodeJS REST API servers micro-services + JWT Authentication + UnitTest/e2e exemple + Travis + DevOps scripts and many more...
Detection of design principle violations in Kotlin as a plugin to detekt.
Prisoner's Dilemma game engine implemented using Cats Free Monad and Freestyle
Sample app to explain 4V Engine - Software Architecture
Modest and essential collection of software engineering practices.
Add a description, image, and links to the software-architecture topic page so that developers can more easily learn about it.
To associate your repository with the software-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.