Using ef core in application layer. #1255
-
Hello! I'm learning Clean Architecture and I'm a bit confused. Most resources state that the Application layer should be independent of frameworks like Entity Framework Core. However, in your project, EF Core seems to be used within the Application layer. Could you please explain the reasoning behind this decision? Perhaps this represents a more pragmatic approach to Clean Architecture than what's typically described in theory? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is explained here https://github.com/jasontaylordev/CleanArchitecture/wiki/ADR-001-Use-EFCore-In-Application-Layer |
Beta Was this translation helpful? Give feedback.
This is explained here https://github.com/jasontaylordev/CleanArchitecture/wiki/ADR-001-Use-EFCore-In-Application-Layer