Found 24 packages
An implementation of WPF ICommand that allows passing delegates/lambdas for the implementation.
MvvmLib Core Commands: DelegateCommand, AsyncCommand and CompositeCommand Task Extensions: for Async with void method Mvvm: BindableBase, ValidatableBindableBase and ModelWrapper EventAggregator : allows to subscribe, publish and filter messages
Tests for netfx-System.Windows.Input.DelegateCommand
Implementation delegate command, froms PRISM.
Unit-Testable components for general .NET development
Simple implementation of ICommand Interface and INotifyPropertyChanged Inspired by AngelSix (Luke) youtube channel and Brian Lagunas (Prism) https://github.com/Touseefelahi/Stira.WpfCore
Fody plugin to simplify the use of DelegateCommand in Prism
Prism seems to not develop any further ICommand implementation. This lib extends or replaces the existing Prism Commands.
.Net Standard libary which implements ICommand interface and provides Command and AsyncCommand classes that are tipically used to provide commanding behaviour to user interfaces. This particular library does not rely on CommandManager which is part of WPF, therefore it can be used with Xamarin and Mono.
An async implementations of delegate command and other base common classes for WPF.
Common types for WPF / MVVM applications.
Makes WPF ViewModel classes smart by default. Implements INotifyPropertyChanged and DelegateCommands for auto properties, recognises dependent properties, connects property changed handlers, triggers validation. Supports virtual properties with Entity Famework.
Library that provides basic MVVM functionalities.
MVVM Framework for WPF
WPF ToolKit contains useful services, converters to work with WPF. It targets MVVM pattern.
CyanKiteUtility is a .NET Standard 2.0 library designed to provide a set of utility functions and helpers to simplify common tasks in .NET applications. The library includes various helper classes and extensions to handle configuration files, regular expressions, and enumerations, among other functionalities.
Mvvm framework with BindableObject, DelegateCommand and IoC Container
This library tries to help programmers to implement the dependency injection of .netcore in WPF and as a bonus it offers some classes of help in MVVM such as DelegateCommand and also ValidableModel.
Beex.Xaml.Mvvm is WPF simple MVVM framework. Include BindableBase, DelegateCommand, Event to command, Messenger, View service, Simple IOC, Property validation, etc. So easy to use.
Allows to generate code with Source Generators. Support: MvvmLib, Prism (installation detected) Class Level Attributes: - Inpc: to implement INotifyPropertyChanged - BindableObject: allows to add BindableBase Class (and implement IActiveAware for Prism) Field Level Attribute: - BindableProperty: allows to use "Setproperty", specify properties (OnPropertyChanged/RaisePropertyChanged) and commands (RaiseCanExecuteChanged) notified when the value has changed. Method Level Attribute: - Command: for add a DelegateCommand with CanExecute method and Name to specify a custom command name. (Comments supported on fields and methods for generated properties and commands)