Structuring the application #33
sasachan
started this conversation in
Show and tell
Replies: 1 comment
-
Repository pattern, solid principle design patterns can be followed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use Clean Architecture solution, each project has clear responsibilities. As such, certain types belong in each project and you’ll frequently find folders corresponding to these types in the appropriate project.
https://github.com/jasontaylordev/CleanArchitecture
https://github.com/ardalis/CleanArchitecture
https://github.com/iammukeshm/CleanArchitecture.WebApi
https://github.com/ivanpaulovich/clean-architecture-manga
https://github.com/Amitpnk/Clean-Architecture-ASP.NET-Core
https://github.com/jasontaylordev/NorthwindTraders
https://github.com/thangchung/clean-code-dotnet
Beta Was this translation helpful? Give feedback.
All reactions