Griffin.Framework.Cqs 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Griffin.Framework.Cqs --version 1.0.7
NuGet\Install-Package Griffin.Framework.Cqs -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Griffin.Framework.Cqs" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Griffin.Framework.Cqs --version 1.0.7
#r "nuget: Griffin.Framework.Cqs, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Griffin.Framework.Cqs as a Cake Addin
#addin nuget:?package=Griffin.Framework.Cqs&version=1.0.7

// Install Griffin.Framework.Cqs as a Cake Tool
#tool nuget:?package=Griffin.Framework.Cqs&version=1.0.7

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Griffin.Framework.Cqs:

Repository Stars
jgauffin/Griffin.Framework
Application framework for Business Applications
Version Downloads Last updated
1.0.11 1,470 3/3/2016
1.0.10 1,013 2/28/2016
1.0.9 1,109 11/7/2015
1.0.8 1,000 11/3/2015
1.0.7 1,069 5/7/2015
1.0.6 1,243 4/26/2015
1.0.5 1,073 4/11/2015
1.0.4 1,028 3/25/2015
1.0.2 1,129 7/11/2014
1.0.1 1,073 7/6/2014
1.0.0 1,230 6/13/2014

The CqsHttpClient can now take an arbitary serializer.