Found 498 packages
Command Query Separation for .NET Framework and .NET Standard ⚙️ ✔️ Build services that separate the responsibility of commands and queries ✔️ Focus on implementing the handlers for commands and queries ✔️ Create APIs with less boilerplate code 📄 https://hlaueriksson.me/CommandQuery/
CQRS framework based on MediatR
Fluent API wrapper for ADO.NET DbCommand with automatic object mapping, caching, and SQL query builder support
DotNetCore.Repositories
Command line tools for the Power Query SDK for VS Code
Interfaces for CommandQuery ✔️ ICommand / ICommandHandler<in TCommand> ✔️ ICommand<TResult> / ICommandHandler<in TCommand, TResult> ✔️ IQuery<TResult> / IQueryHandler<in TQuery, TResult> 📄 https://hlaueriksson.me/CommandQuery/
Command Query Separation for ASP.NET Core 🌐 ✔️ Provides generic actions for handling the execution of commands and queries ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AspNetCore/
Command Query Separation for Azure Functions ⚡ ✔️ Provides generic function support for commands and queries with HTTPTriggers ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AzureFunctions/
EasyQuery components add visual query designer in your ASP.NET MVC application. It will be quite helpful if you need a form for advanced search or some filtering functionality for your CRUD views. Users do not need to know about your database design, tables, joins, etc - all queries are constructed visually simply by assembling a phrase in natural language. EasyQuery can generate queries for different query languages (SQL, Entity SQL, Linq, Filter expression) and all popular databases (SQL Server, MySQL, Oracle, Access, Postgre SQL, etc). This package also supports Scaffold commands to quickly add an "advanced search" form to your MVC application. Command examples: PM> Scaffold EasyQuery.MvcController {ControllerName} -ConnectionName {ConnectionName} or PM> Scaffold EasyQuery.MvcController {ControllerName} -DbContext {DbContextName}
DotNetCore.MongoDB
Command Query Seperation Framework
.NET standard common
Command/Query abstraction library for .NET applications.
CommandAndQuery applies the CQS principle by using separate Query and Command objects to retrieve and modify data, respectively.
Command Query Separation for AWS Lambda ⚡ ✔️ Provides generic function support for commands and queries with Amazon API Gateway ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AWSLambda/
DotNetCore.EntityFrameworkCore