DEV Community

Discussion on: Design Patterns With Examples in C#

Collapse
 
klyse profile image
klyse

I think CQRS is a very good pattern to follow, that for sure I'm using often :)

Thread Thread
 
genichm profile image
genichm

Do you have some example of using CQRS? It can be interesting :)

Thread Thread
 
klyse profile image
klyse

I usually use this nuget: github.com/jbogard/MediatR/wiki and follow some implementation/design pattern I find in the Internet.
This one is great IMHO:
youtu.be/dK4Yb6-LxAk

Thread Thread
 
genichm profile image
genichm

Created post based on your comment, will add mediator design pattern to the list too.
dev.to/genichm/cqrs-command-and-qu...