CQRS Step by step build in .NET

Les Jackson

In this video we explore the Command Query Segregation Responsibility (CQRS) pattern in .NET by undertaking a full step by step build. We don’t use any frameworks to begin with (e.g. MediatR), it’s all “self-rolled” code. Once we fully complete our build, we do swap in MediatR to round out the video