Skip to content

Why are you not using MediatR like you have in past projects #12

Answered by iammukeshm
rlgordey asked this question in Q&A
Discussion options

You must be logged in to vote

I am planning to build a Generic Repository Pattern that has all the needed methods in the Service Layer.
At times, I really don't see the use of MediatR implementation. It increases the lines of code for even a simple CRUD implementation.
For a boilerplate, it's best to keep the options open.
That is, fullstackhero will support both the MediatR patterns as well as the Generic Repository pattern. From experience, developers prefer to use a Service Layer with a Powerful Repository Pattern. I am just experimenting with stuff to provide a Rapid Development Framework.

What are your thoughts?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iammukeshm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants