CQRS and Event Sourcing with NCQRS

At the August 2011 STL ALT.NET meeting, Nicholas Cloud talks about the CQRS and Event Sourcing -- architectural patterns for building highly scalable and reliable systems – using the open source .NET implementation, NCQRS. CQRS and Event Sourcing with NCQRS from STL ALT.NET on Vimeo. EDIT: mynkow posted a minor correction to my presentation on the NCQRS Google group:

“Around 1h and 15m is not true. The internal event handler is called when you call ApplyEvent(). That is with the current code base there is no need to create internal handlers.”