Skip to main content
  1. Tags/

Domain-Driven-Design

Clean Architecture: Introduction to the Project Structure

Deep Dive .NET · Dec 1, 2024 · 9 min read
Most Clean Architecture articles stop at the circle diagram. The part that actually decides whether a team can live with the pattern is more mundane: which project does this class go in, which direction do the references point, and where do the interfaces live. I built the Contact Management Application as a .NET Core Web API to answer exactly those questions with running code, and this series walks through it layer by layer.
Clean Architecture: Introduction to the Project Structure