Skip to content

chrisnewark/Radiator

 
 

Repository files navigation

Radiator

What is Radiator

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.

How to use it?

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.

Contact

Any suggestions? moans? or questions? Twitter: @_MikeRodda Mail: fodsuk at hotmail dot com Git: https://github.com/Fodsuk/Radiator

Enjoy :)

About

A light weight framework for the writing part of the CQRS pattern. Allows executing of commands with the ability to run validation each time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors