Replies: 3 comments
-
Option 2. Direct queries is the way to go when performing Get operations. ORM like EfCore are still quite expensive |
Beta Was this translation helpful? Give feedback.
-
Direct queries == No separation of concerns. And repository pattern is too much separation of concerns. Option 3. CQRS with MediatR without repository pattern |
Beta Was this translation helpful? Give feedback.
-
It is unclear what exactly you are asking. CQRS and MediatR should be used only if you understand why you added that. On my opinion it slightly more complicated then services and it might be redundant. Good luck. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Which Way .NET Developer?
You must create an endpoint that will return games, joined by genre by id, from the database.
Option 1
Option 2
Which way?
Beta Was this translation helpful? Give feedback.
All reactions