Solution Architecture
7 sectionsRapid overview
Solution Architecture
TL;DR
---
Read →Why it matters
---
Read →How it works
> Organize code by business boundaries so change stays local, testable, and easy to reason about.
Read →Common pitfalls
---
Read →Quick recall Q&A
Read →See also
---
Read →Additional notes
| Layer | Technology | Purpose | |-------|------------|---------| | Web | FastEndpoints | Minimal API endpoints with validation | | Application | MediatR | CQRS command/query handling | | Validation | FluentValidation | Request validation |…
Read →