Found 364 packages
Fournit des classes permettant la mise en place du pattern command
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers
SuperSocket command pattern library providing a structured request processing framework with command discovery, dependency injection support, and flexible command dispatching based on message keys.
Modernization of NDesk options, because I am lazy and like the NDesk options pattern I will add tests this year promise ;)
Command, Dependency Property and Attached Property patterns. Also contains WPF controls for PostSharp.Patterns.Model. An official PostSharp pattern library.
Base classes for commands and input/output validations
Command pattern interfaces to be built off of.
This is a simple class to implement the Command Pattern in C# using Autofac. Please see the Wiki at my git repo for an example of use. Or you can download the tests from my repo. Feel free to Fork and send me Pull Requests
Wrap your single responsibility logic using the command pattern. var commandResult = await MyCustomLogicCommand.ExecuteAsync(params);
This project provides encapsulation of things like Domain, Application Rules, Business Rules or Business Logic in Application. For this, Command pattern is used. All applications such as Web, CLI, GUI application can use this project. This can be part of the Usecase Layer, Domain Service Layer or CQRS.
Has own Visual Studio Addin for easier use. Small size. Capture Business-use-cases and convert it into a modular, highly testable chunk of codes. One step closer to dissecting & migrating monolithic apps. Provides a common ground for projects with large number of developers. A combination of Command, Request-Response, Mediator and Abstract Class Factory pattern. Now supports .Net5.
Service Activator for Paramore.Brighter Command Processor. Enables background message processing and task queue consumption for event-driven architectures. The Service Activator pattern decouples message reception from business logic execution.
A set of boilerplate code libraries that facilitate implementation of S.O.L.I.D principles in .Net solutions
A very simple library for handling commands on applications based on the CQRS pattern.
This library exposes implementations of the command and mediator patterns.
DotNetCore.Mediator
Provides support to handle command line arguments (parse, validate, command pattern) for .Net Core console applications with ANSI VT support (cursor,colors,screen size) for multi-plateform (windows, linux, osx, arm) console applications using C# and .NET Core 6 or higher
LeadPipe.Net is a collection of useful types, patterns, and extensions. These include a guarding type, tracking observable collection, command mediator, poller, and finite state machine. LeadPipe.Net is an open source collection of useful tools for .NET development. Read more about the LeadPipe.Net library at http://github.com/LeadPipeSoftware/LeadPipe.Net
.NET Standard 2.0 Command pattern (GOF) implementation extension for C# (CSharp) .NET Framework. MIT Licence free