A modular monolith boilerplate for .NET 9 demonstrating CQRS, DDD, and event-driven architecture.
This repository provides a modular monolith reference implemented in .NET 9 that demonstrates Vertical Slice Architecture, Domain-Driven Design, CQRS, event-driven messaging, event sourcing, and gRPC-style internal RPC. It is suited for medium-to-large backend applications that need clear module boundaries, messaging patterns, and a straightforward path toward microservices while remaining a single deployment unit.
0