Info
| Version: | 3.2.3 | 
| Author(s): | Arwin van Arum | 
| Last Update: | Thursday, October 25, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/niwrA/ddd-command-manager | 
| NuGet Url: | https://www.nuget.org/packages/CommandManagerNet | 
Install
Install-Package CommandManagerNet
                        dotnet add package CommandManagerNet
                        paket add CommandManagerNet
                        
                                CommandManagerNet Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Newtonsoft.Json(>= 7.0.1)
 
Tags
                
You can route all commands for a specific root to one or more processors, and add specific configurations for specific commands. Includes deseralization into command objects that can be executed.
This is an alternative way of matching executable code with commands from message handlers, and matches the domain driven design philosophy perhaps a bit more closely. It also includes support for merging multiple commands to rebuild an object similar to event-sourcing.