#Implementations
Implementations
#Interfaces
Interfaces
#Implementations
#Interfaces
Implementations
Interfaces
Is it okay for my Allowing query handlers to use other query handlers?
I have implemented these with AutofacAutofac as dependency injection, and Entity FrameworkEntity Framework with code first.
Here's an example of my GetEmployeesQueryHandler
.:
Is it okay for my query handlers to use other query handlers?
I have implemented these with Autofac as dependency injection, and Entity Framework with code first.
Here's an example of my GetEmployeesQueryHandler
.
Allowing query handlers to use other query handlers
I have implemented these with Autofac as dependency injection, and Entity Framework with code first.
Here's an example of my GetEmployeesQueryHandler
:
- 75.5k
- 18
- 194
- 467
- Query implementation: https://www.cuttingedge.it/blogs/steven/pivot/entry.php?id=92Query implementation
- Command implementation: https://www.cuttingedge.it/blogs/steven/pivot/entry.php?id=91Command implementation
Now for the question. I have decided to let my query handlers use each other, and build upon other query handlers results. Is that considered okay? What issues may I run into in the future (if any)? Is the code solidSOLID?
Implementations
#Implementations
Interfaces
#Interfaces
- Query implementation: https://www.cuttingedge.it/blogs/steven/pivot/entry.php?id=92
- Command implementation: https://www.cuttingedge.it/blogs/steven/pivot/entry.php?id=91
Now for the question. I have decided to let my query handlers use each other, and build upon other query handlers results. Is that considered okay? What issues may I run into in the future (if any)? Is the code solid?
Implementations
Interfaces
Now for the question. I have decided to let my query handlers use each other, and build upon other query handlers results. Is that considered okay? What issues may I run into in the future (if any)? Is the code SOLID?
#Implementations
#Interfaces
- 211
- 2
- 7