Kledex is a .NET Standard 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 Kledex 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: Kledex Wiki.
Visual Studio Template: DDD-CQRS-ES Starter Kit.
Package | Latest Stable |
---|---|
Kledex |
Package | Latest Stable |
---|---|
Kledex.Bus.ServiceBus | |
Kledex.Bus.RabbitMQ |
Package | Latest Stable |
---|---|
Kledex.Validation.FluentValidation |
Package | Latest Stable |
---|---|
Kledex.Caching.Memory | |
Kledex.Caching.Redis |
Package | Latest Stable |
---|---|
Kledex.UI |