Hacker News new | ask | show | jobs
I am developing an open source CQRS library. Would love to hear your feedback :)
2 points by jeyjeyemem 3090 days ago
https://github.com/jeyjeyemem/Xer.Cqrs

Library was built to aid in building decoupled apps based on the Command Query Responsibility Segregation (CQRS) pattern.

Some of the features: - Command/query/event handling through interfaces or through attributes. - Hosted handlers - Integration with IoC containers