cqrs craftmanship C# Explicit error handling in commands This post looks at how we can make it absolutley clear that exceptions may occur when executing commands. Also, we wish to force the developer to a least think of what to do. If we look at the previous posts on this blog by
csharp commands cqrs 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
csharp cqrs domainevents 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