Found 199 packages
Command/Query abstraction library for .NET applications.
CQS Light framework with DirectBus
Provides CQS-style generic contracts built over Functional.Primitives - IQueryHandler<TQuery, TResult> returning TResult - IAsyncQueryHandler<TQuery, TResult> returning Task<TResult> - ICommandHandler<TCommand, TError> returning Result<Unit, TError> - IAsyncCommandHandler<TCommand, TError> returning Task<Result<Unit, TError>>
.NET utility classes to aid with Command Query Separation
Unitests utilities for PGMS.CQSLight - Fake impementations of Transaction, UnitOfWork - In Memory EntityRepository
Command/Query seperation library for WindowsAzure ServiceBus. This is NOT an officical Microsoft package. Allows you to use messaging within your application to make it easier to scale and create a loosely coupled architecture
Roslyn analyzers for the softaware.CQS package.
For use with SimpleInjector dependency injection container. Provides extension methods on Container that make registering Functional.CQS handler implementations easy. - Functional.CQS.IQueryHandler<TQuery, TResult> - Functional.CQS.IAsyncQueryHandler<TQuery, TResult> - Functional.CQS.ICommandHandler<TCommand, TError> - Functional.CQS.IAsyncCommandHandler<TCommand, TError>
Core library for command-query separation pattern.
A generic CQS (command, query separation) package for .Net Core
Command/Query (CQS) library which enables to you use dependency injection in your Command/Query handlers. The CQS objects can be executed locally within the same process or through a client/server architecture. You can also scale the execution by using routing CQS objects or divide so that one server handles events, another queries etc. Support for: * Commands * Queries * Request/Reply * Application events
softaware CQS dependency injection builder extensions Microsoft.Extensions.DependencyInjection framework.
Command Query Separation library part of Georadix.NET, a framework for building great .NET apps.
A decorator for command-query architecture, which supports validation of data annotations.
Gunnsoft CQS
A decorator for command-query architecture, which supports transactions.
An Autofac implementation of the dispatchers for the CreativeMinds.CQS package
ADO.NET based queues for DotNetCqs.
Adds support for dynamic resolving of commands handlers and query handlers via SimpleInjector.
Azure service bus integration for DotNetCqs.