Griffin.Framework.Cqs 1.0.11

dotnet add package Griffin.Framework.Cqs --version 1.0.11
                    
NuGet\Install-Package Griffin.Framework.Cqs -Version 1.0.11
                    
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.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Griffin.Framework.Cqs" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="Griffin.Framework.Cqs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Griffin.Framework.Cqs --version 1.0.11
                    
#r "nuget: Griffin.Framework.Cqs, 1.0.11"
                    
#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.
#addin nuget:?package=Griffin.Framework.Cqs&version=1.0.11
                    
Install Griffin.Framework.Cqs as a Cake Addin
#tool nuget:?package=Griffin.Framework.Cqs&version=1.0.11
                    
Install Griffin.Framework.Cqs as a Cake Tool

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,621 3/3/2016
1.0.10 1,129 2/28/2016
1.0.9 1,225 11/7/2015
1.0.8 1,124 11/3/2015
1.0.7 1,200 5/7/2015
1.0.6 1,371 4/26/2015
1.0.5 1,199 4/11/2015
1.0.4 1,149 3/25/2015
1.0.2 1,252 7/11/2014
1.0.1 1,191 7/6/2014
1.0.0 1,355 6/13/2014

ScopeClosing event was not invoked from SepoerateScopesIocEventBus