-
sbohlen 4.7
Description:
Command-Query Responsibility Segregation (CQRS) represents a fundamental shift in how we look at architecting complex software solutions. It suggests that decomposition of complex systems into (relatively) narrowly-focused isolated subsystems with carefully-considered discrete responsibilities is the best way to manage complexity and achieve scalability. But CQRS has come under fire from its critics as introducing needless complexity to solve what are otherwise simple problems. Which is it?
Perhaps both :) In this session we’ll take a look at understanding CQRS as a set of fundamental design principles and explore common implementation patterns that many are today using to translate these principles into practice. Along the way, we’ll demystify terms like Event Sourcing, Read-Models, Command-Handlers, Write-only Domain Models, Message Buses, and more. We’ll explore all of these in the context of a working CQRS-based system that demonstrates these concepts in action.
The ideal attendee will have several years’ experience in complex and scalable software systems design and implementation, a working knowledge of C#. An understanding of the fundamentals of message-based architectures is helpful but not required.
Comments on this Talk
jptoto,
29 Jun 01:13 AM
Steve, very thorough talk. Nice work. I'm sorry I couldn't stay for the whole thing. My only suggestion is to drop some of the setup stuff in the beginning. I think most of us know what the existing challenges are and we spent a long time going over that. I think cutting to the chase of CQRS a little faster would be beneficial.
I say that with all due respect because you're are my #1 favorite speaker :-)

Good talk, and a topic that needs more awareness these days. My main suggestion would be to break up each new conceptual point with an example. There was a lot of discussion and questions about concepts that I think could have been more quickly cleared with some pro/con scenarios.
Overall I heard great feedback - thanks again for coming out to talk to us!