Info
| Version: | 1.5.0 |
| Author(s): | Andy Stahl |
| Last Update: | Tuesday, November 11, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/RiseAnubis/WpfEssentials |
| NuGet Url: | https://www.nuget.org/packages/WpfBasic.WpfEssentials |
Install
Install-Package WpfBasic.WpfEssentials
dotnet add package WpfBasic.WpfEssentials
paket add WpfBasic.WpfEssentials
WpfBasic.WpfEssentials Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It features the following:
- RelayCommand and AsyncRelayCommand classes with an optional generic parameter
- View models that can be used for dialogs and models/entities
- A view manager that handles WPF-specific tasks like opening a window with a corresponding view model.