By tag: CQRS
0
kicks
Edument CQRS and Intentful Testing Starter Kit
C# code to help you get started with writing intentful tests for a domain, expressing it as commands, events and exceptions. These ideas are often associated with the CQRS pattern.
0
kicks
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. I won't go into detail on CQRS as a whole, but show how the Command-part can be implemented, and look at the benefits of this pattern.
0
kicks
CQRS with Async Controllers in ASP.NET MVC 2 and NServiceBus
Exploring async using nservicebus and non pure cqrs from asp.net mvc 2 and nservicebus