Info
| Version: | 0.17.0 |
| Author(s): | romagny13 |
| Last Update: | Wednesday, April 5, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://romagny13.github.io/mvvmlib-documentation/ |
| NuGet Url: | https://www.nuget.org/packages/MvvmLib.Core |
Install
Install-Package MvvmLib.Core
dotnet add package MvvmLib.Core
paket add MvvmLib.Core
MvvmLib.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.ComponentModel.Annotations(>= 4.5.0)
- System.ComponentModel.Annotations(>= 4.5.0)
Tags
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.