Info
Version: | 4.0.0 |
Author(s): | Henrik Lau Eriksson |
Last Update: | Saturday, July 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hlaueriksson/CommandQuery |
NuGet Url: | https://www.nuget.org/packages/CommandQuery |
Install
Install-Package CommandQuery
dotnet add package CommandQuery
paket add CommandQuery
CommandQuery Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CommandQuery.Abstractions(>= 1.0.0)
- Microsoft.CSharp(>= 4.7.0)
- CommandQuery.Abstractions(>= 1.0.0)
- Microsoft.CSharp(>= 4.7.0)
Tags
✔️ 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/.