how to handle EF core Include & ThenInclude #829
Unanswered
michelguilhen
asked this question in
Q&A
Replies: 2 comments
-
If you're using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@michelguilhen
|
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
-
how would you guys avoid Application Layer depending on Microsoft.EntityFrameworkCore when dealing with Include statements on your queries?
I'm working with the IApplicationDbContext interface and I don't see a way of handling these object
JOIN
situations without querying for each separately or handling this inside repositories.Beta Was this translation helpful? Give feedback.
All reactions