Implementing the C(ommand) in CQRS
In this post I'll show how easily you can implement the Command-part of CQRS in your application. If you don't know what CQRS (or Command Query Responsibility Separation for "short") is, you can read about it over at Martin Fowler [http://martinfowler.com/bliki/
Implementing Domainevents in your application
Disclaimer: This is not some invention by me. The code I'm presenting is written by me, but inspired by the work of others. I'm not taking credit for this approach, but simply conveying the principle :) Make sure to check out my post on Commands