CQRS Examples and Screencasts [closed]
Asked Answered
M

9

60

I'm looking for some in depth end-to-end CQRS examples with a reasonable set of unit tests.

Also, if anyone knows of some CQRS screencasts as well it would be extremely handy.

I'm already aware of these examples

Maracanda answered 18/2, 2011 at 15:59 Comment(1)
Recently Vladimir Khorikov @vkhorikov has produced new course in Pluralsight named "Pluralsight CQRS in Practice", he is a professional guys in this field and also DDD.Hereby
G
44

There's a implementation here MarkNijhof.

But after reading the documents from the CQRS Info site my favourite resource is Think Before Coding look at the post Tags. (http://thinkbeforecoding.com/)

Some other useful resources...

Gelhar answered 18/2, 2011 at 16:22 Comment(2)
New one from Martin Fowler: martinfowler.com/bliki/CQRS.htmlStevana
There is good: cqrs.nuEcotone
A
14

Microsoft patterns & practices is working on a guidance project called CQRS Journey. The idea is to develop a non-trivial system with multiple bounded contexts and apply CQRS, ES and other patterns & techniques where appropriate and document all lessons learnt along the way. The project is still in flight. Check out the journey progress at http://cqrsjourney.github.com

The project involves many community members and accepts contribitions!

And answered 6/5, 2012 at 5:36 Comment(4)
V3 with no downtime migration shipped - cqrsjourney.github.com/blog/2012/07/19/V3-Final-ReleaseAnd
Final release is out - aka.ms/cqrsreleaseAnd
Final release eBook - aka.ms/cqrspdfAnd
The book is now in print - amazon.com/Exploring-CQRS-Event-Sourcing-maintainability/dp/…And
S
9

http://ncqrs.org/

Is a useful resource...

Shopwindow answered 18/2, 2011 at 16:8 Comment(1)
ncqrs.org appears to be a dead link - so try github.com/ncqrs/ncqrsGelhar
H
7

Here is a complete example I wrote for my CQRS lib Scritchy:

Creating your CQRS app using the Scritchy nuget package is pretty straightforward and gets you up and running in a few minutes

Hegumen answered 7/11, 2011 at 12:36 Comment(0)
A
6

Here's some more informational resources, but unfortunately no end-to-end code samples beyond SimpleCQRS and MarkNijhof.

I have come across a couple other code samples, though I have not yet had time to review them whatsoever:

Avon answered 18/2, 2011 at 19:50 Comment(1)
Now there is an end-to-end comprehensive sample from Microsoft patterns & practices at aka.ms/cqrsAnd
V
6

Udi Dahan would have to be one of the experts in the CQRS field, imo.

Here is a blog about it: http://www.udidahan.com/2009/12/09/clarified-cqrs/

Here is a CQRS podcast (I haven't watched it, but if it's anything like his course presentation it will be great): http://skillsmatter.com/podcast/open-source-dot-net/udi-dahan-command-query-responsibility-segregation/rl-311

Here is a SOA talk (may not be directly relevant but excellent regardless): http://vimeo.com/5022174

If you have the time, I'd recommend popping along to one of Udi's courses when one is nearby, as he covers CQRS in depth.

Villenage answered 3/3, 2011 at 11:34 Comment(0)
P
5

I recommend this screencast by Chris Tavares. It gives a good overview of CQRS and it shows some good examples in code.

URL: http://channel9.msdn.com/Blogs/MichaelLehman/PP-Symposium-2010-The-Commmand-Query-Separation-Pattern-Chris-Tavares

Piles answered 2/3, 2011 at 20:30 Comment(1)
This screencast is by Chris Tavares.And
F
4

I've got a sample of just the BDD style of unit-tests, it isn't end-to-end, but since you mentioned unit tests I figured it might be of interest. http://lucisferre.net/2011/02/05/behavior-driven-test-driven-domain-driven-design/

Fauman answered 27/2, 2011 at 20:20 Comment(0)
E
3

There was a great session during aspConf 2012 by Ashic Mahtab.

CQRS with ASP.NET MVC - A Year On

Complete source code here

Explore answered 29/9, 2012 at 12:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.