Minimal CQRS: separate code paths, keep one application and one database
CQRS can start with separate command and query paths in one application using one database. The boundary is about responsibilities before infrastructure.
engineering architecture #architecture #cqrs #cqs #dotnet #csharp