Posts by Paulo Jardim • 41 points
2 posts
-
1
votes0
answers179
viewsQ: C# 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…
-
3
votes2
answers569
viewsQ: Relationships in Viewmodel with EF
I am developing a project where a user will have several data. To not extend the class I thought to separate by categories. Example of classes: User Data Dadosfamily Etc.. To do this on the site I…