Found 58 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/
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/
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/
Command Query Separation for ASP.NET Web API 2 🌐 ✔️ Provides generic actions for handling the execution of commands and queries ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AspNet.WebApi/
Implémentation simple du CQS avec Dispatcher utilisé dans les formations demandeurs d'emploi
Command Query Separation for Google Cloud Functions ⚡ ✔️ Provides generic function support for commands and queries with HTTP functions ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.GoogleCloudFunctions/
.NET utility classes to aid with Command Query Separation
Core library for command-query separation pattern.
LiteBus is a lightweight, flexible in-process mediator for implementing Command Query Separation (CQS) patterns in .NET applications.
A lightweight, delegate-based CQRS framework for .NET that provides command/query separation with pipeline behaviors and notification support.
Implements the Sqrs desing for the clear separation of command and query operations, enhancing the maintainability and scalability of your applications.