Found 135 packages
Async Extensions for ICommand Includes AsyncCommand and IAsyncCommand which allows ICommand to safely be used asynchronously with Task. Includes AsyncValueCommand and IAsyncValueCommand which allows ICommand to safely be used asynchronously with ValueTask
Tool for generating async C# code
Package Description
Simple library to deal with mvvm pattern with async tool object.
An async implementations of delegate command and other base common classes for WPF.
Wrap your single responsibility logic using the command pattern. var commandResult = await MyCustomLogicCommand.ExecuteAsync(params);
EventWay.Core is the core functionality of the modular Event Sourcing + CQRS framework, EventWay.
MVVM extensions designed for .NET Standard with support for async commands, MVVM-friendly Object and Task with support for UI notification.
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
Asynchronous API of the command pattern for C#.
A .NET Command Line Parsing library which is set up and parsed using fluent syntax. It parses command line arguments into strongly-typed classes which you define. Supports conditional dependencies between arguments, conversion, default values, a basic shell, and automatic help/usage text. It also supports invoking awaitable or asynchronous actions with the classes you define.
EventWay.Query is the query functionality of the modular Event Sourcing + CQRS framework, EventWay.
KoLite contains a set of helpers to aid in creating MVVM applications using JavaScript and Knockout. Including: asyncCommand activity dirtyFlag For a quick start, see http://jpapa.me/kolitegh
Asynchronous CQRS Commands using MediatR and Hangfire
ReactiveProperty.WPF provides behaviors such as EventToReactiveCommand and EventToReactiveProperty.
Simple and fast package for MVVM basics. ViewModelBase, OnPropertyChanger, RelayCommand, AsyncCommand, RangeObservableCollection, etc
Async Command for WPF, UWP,Uno Platform and Xamarin apps.
A command which is very useful in MVVM for WPF.
This library allows to run ReactiveUI commands in a testable way: await executor.ExecuteAsync(command); Read more from here: https://github.com/ArtjomP/articles/blob/command-executor/command-executor/index.en.md
EventWay.Infrastructure is the base infrastructure for the the modular Event Sourcing + CQRS framework, EventWay.