Top 20 NuGet cqs Packages

Command/Query abstraction library for .NET applications.
A library for implementing the Command Pattern, providing of a set of base classes and an invoker class. Useful for abstracting data access and API calls as either queries (for read operations) or commands (for write operations).
Azure service bus integration for DotNetCqs.
Command/Query abstraction library for .NET applications.
Azure service bus integration for DotNetCqs.
The package is a part of Saritasa Tools project. Saritasa.Tools.Messages contains CQRS infrastructure that includes command, queries and events.
ADO.NET based queues for DotNetCqs.
Allows DotNetCqs to use containers based on Microsoft.Extensions.DependencyInjection.Abstractions.
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.ICommandHandle...
A generic CQS (command, query separation) package for .Net Core
Common Infrastructure classes
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...
The package is a part of Saritasa Tools project. Saritasa.Tools.Messages.Abstractions contains CQRS infrastructure abstractions that includes command, queries and events.
A library extending Magneto with implementations of ICacheStore backed by implementations from Microsoft.Extensions.Caching.
A data access library for .NET combining the mediator pattern and the query object pattern, with caching, async and easy mocking of queries and commands.
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
Microsoft SQL Server support for Jerrycurl. Targets Microsoft.Data.SqlClient.
SQLite support for Jerrycurl.