Generate a blank solution

If you want a clearly generate solution you can use a blank solution on the visual studio. Then you should generate a two folder in the project. src and test folders.

If you want a clearly generate solution you can use a blank solution on the visual studio.
Then you should generate a two folder in the project.

src and test folders.

then you should generate folders in src folder as below folders, 

  • API
  • Core
  • Infrastructure
  • UI

This is our basic folder structure for clean architecture.