A CQRS+ES Retrospective

I’ve kind of neglected my blog just recently as I’ve been so damn busy and tired to do anything else but I’m trying to put it right, starting with this post. The culprit for occupying so much of my time and thoughts is a new system we’ve been developing for our Procurement department who, believe … Continue reading A CQRS+ES Retrospective

Deleting RavenDB View Models Before Replaying Your Events

I’ve recently been looking for a nice way to be able to programatically blow away the view models I have stored in RavenDB as part of a new CQRS project I’m working on so I can rebuild them by replaying my events. Whilst the rebuilding part is fairly simple, the deleting part isn’t. At first … Continue reading Deleting RavenDB View Models Before Replaying Your Events