<- Back to articles
Setting Up a Clean Architecture in .NET
August 10, 2026
.NET
Architecture
This is a placeholder article. The real post will walk through structuring a .NET solution into Domain, Application, Infrastructure, and Presentation layers, and why the dependency direction matters more than the folder names.
What this post will cover
- Why dependencies should point inward, toward the domain
- Where to draw the line between “clean” and “over-engineered”
- A minimal example project layout
Content coming soon.