Skip to content

girish66/LiteCQRS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteCQRS

LiteCQRS is a small convention-based CQRS framework that differs from others by NOT using interfaces or base-classes or attributes for defining command- and event handlers. Instead, it relies on method signatures and the namespace of the class, containing the method.

License

License: The MIT License (MIT)

SemVer for versioning

LiteCQRS uses SemVer for versioning.

Contribute

Line feeds setting should be core.autocrlf=false.

Unit-tests are written using NUnit and integration tests ans specifications are written using Machine Specifications.

Pull request should be against the Develop branch

About

My small conventionbased CQRS solution in C#

Resources

Stars

Watchers

Forks

Packages

No packages published