IT WAS MADE PRIVATE WHEN IT HAD 681 STARS AND THEN MADE PUBLIC AGAIN FOR ARCHIVE PURPOSES
OpenCQRS is a .NET 6 framework that can be used to create a simple and clean design by enforcing single responsibility and separation of concerns.
Its advanced features are ideal for Domain Driven Design (DDD), Command Query Responsibilty Segragation (CQRS) and Event Sourcing.
With OpenCQRS you can automatically dispatch events to a message bus (Service Bus or RabbitMQ), validate your commands before they are sent to the command handler (FluentValidation) and automatically cache the result of your queries (Memory or Redis).
Full Documentation: OpenCQRS Wiki.
Package | Latest Stable |
---|---|
OpenCqrs |
Package | Latest Stable |
---|---|
OpenCqrs.Bus.ServiceBus | |
OpenCqrs.Bus.RabbitMQ |
Package | Latest Stable |
---|---|
OpenCqrs.Validation.FluentValidation |
Package | Latest Stable |
---|---|
OpenCqrs.Caching.Memory | |
OpenCqrs.Caching.Redis |
Package | Latest Stable |
---|---|
OpenCqrs.UI |