Architecture & Design
Modular Monoliths in .NET – Scalable Without Microservices
Shows how to structure a .NET modular monolith that scales and can later split into microservices.
Clean Architecture in .NET – Layered with Purpose
Shows how Clean Architecture organises .NET solutions into purposeful layers that stay testable and maintainable.