Most voted "cqrs" questions
6 questions
Sort by count of
-
1
votes1
answer67
viewsCommand Validations - CQRS
I’m learning about CQRS and in a Hangout promoted by a Micrososft MVP he presented an implementation of Command where the model data are validated within the validation of the Command. Date…
-
1
votes0
answers179
viewsC# As Testart Commandshandlers using Mediator and CQRS standard
I have never worked with tests before and would like to learn. I’m using the MVC + DDD + Domain Notifications + CQRS + Event Sourcing + Unity of Work and Repository standards. There is my controller…
-
1
votes1
answer158
viewsEntity Building and Corporate Ownership Modeling in the DDD CQRS standard
I am creating an ERP type application, and I am using the DDD CQRS Standard, where at the initial moment of the project I am creating the entities of customers, suppliers and carriers, where they…
-
1
votes1
answer52
viewsDatabase-dependent validations using Flunt
We are using Flunt and we are in doubt how to make a notification from a validation that needs to go to the bank. We have made an implementation and would like to see how best to do this: For…
-
0
votes1
answer59
viewsIs CQRS login in Command or Query?
Hello, I will do Login in hand (would not use Identity or any other lib or service) I am using CQRS, I wonder if I should put the Login as Command or as Query, given that there will only be a logic…
-
0
votes1
answer21
viewsConsumer Rabbitmq is not working
I created a simple program of registration and orders with customers and products. My goal was to implement a CQRS application so that when adding a new order a message would be posted on Rabbit and…