Solution & Project Structure of a Loosely Coupled Monolith by @codeopinion codeopinion.com
Here’s how you can create a solution and project structure to develop a loosely coupled monolith using a .NET Solution with C# Projects.
Each boundary is in a solutions folder with 3 projects. Implementation, Contracts, and Tests. All of which are class libraries. The two top-level executable projects, AspNetCore and Worker are console applications that reference the implementation projects.
Report Story
Leave Your Comment