This is a sample / starter architecture project for building a modular monolith application using Domain-Driven Design (DDD) principles in .NET. It aims to show how to structure a monolithic application into modules (bounded contexts), while preserving separation of concerns, maintainability, and scalability, without splitting into microservices. Showing the application of best practices and object-oriented programming principles. Presentation of some architectural considerations, decisions...