12 packages tagged with “Commanding”
A wrapper class for FluentValidation library. Allow to inject a custom validator or the AbstractValidator..
Provides the core implementation for TxCommand, to support driver specific packages.
Provides core abstractions for the TxCommand package.
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 test projects on GitHub Contact Any suggestions? moans? or questions? Twitter: @_MikeRodda Mail: fodsuk@hotmail.com GitHub: https://github.com/Fodsuk/Radiator
Provides abstractions for TxCommand.Sql, including ITxCommand, ISession and ISessionFactory.
Provides SQL implementations for TxCommand, supporting MySQL and SQL Server.
Package Description
Core XAML Components: View Models, Page-as-View-Model, Commanding, Converters, Attached Behaviors, and additional support classes.
An implementation of TxCommand to provide transactional commanding interfaces for MongoDB.
Provides core interfaces for TxCommand.Mongo.
Provides a way to implement commands by decorating methods with attributes. This component provides a Network Command Listener to intercept network commands from connections such as Telnet.