Radiator is a small framework that provides functionlity to execute and validate commands. The point of the framework is to work in conjuction with the CQRS (http://martinfowler.com/bliki/CQRS.html) methodology. This framework does not provide Event Sourcing or Querying. This framework is purely for command execution and validation. This framework was first built to be used with MVC web projects, however it could be used in any kind of project and there is no reference or dependance on MVC.
See the Test Projects :) but in a nutshell, you set up commands with their associated validators and executors. To run these commands you can use the CommandService.
Any suggestions? moans? or questions? Twitter: @_MikeRodda Mail: fodsuk at hotmail dot com Git: https://github.com/Fodsuk/Radiator
Enjoy :)