Replies: 1 comment 1 reply
-
I don't see things as this is the hard rule to create software. Software development always going to be opinionated and different for different people. You could have pointed out also that our Domain is dependent on |
Beta Was this translation helpful? Give feedback.
-
I search alot an informations about clean architecture. But, It ends up tons of question. Cause, explanation with pratical use not sync. Even, the example template.
if we look on ApplicationDbContext file. At line 3, this file dependent on domain assembly. It same with Entity Config file. It totally broke the concept Clean Architecture that i understand.
Clean Architecture have 4 layers, Domain, Application, Infrastructure, UI. Domain don't have depedency, Application dependent only Domain. Infrastructure dependent only on Application. So in this example solution, Infrastructure should dependent on medium class in Application assembly not Domain assembly. Other article that discuss about this Architecture with picture.
is there something that i missing here?
Beta Was this translation helpful? Give feedback.
All reactions