Asp.Net Core Clean Architecture!

Keivan Damirchi
Mar 16, 2023

--

In Clean Architecture, the solution is organized into several projects that represent the different layers of the architecture, such as the Core layer, application layer, and infrastructure layer. Each project is contained within a separate folder in the solution, and each folder is named according to its responsibility in the architecture.

Asp.Net Core clean architecture solution!
(Includes projects and folder structures)

This structure helps to maintain a clear separation of concerns and makes the solution more modular and maintainable.

Github: https://github.com/devmentors/Pacco

Check My Linkedin: https://www.linkedin.com/in/kavaan-damirchi

--

--