Provides a framework for implementing the MVVM design pattern in .NET applications. Includes base classes for view models, command implementations, asynchronous collection support, and utilities for data binding and property change notification.
$ dotnet add package Oakrey.ViewModelsThe "ViewModels" project provides a robust framework for implementing the MVVM (Model-View-ViewModel) design pattern in .NET applications. It simplifies the development of maintainable and testable WPF applications by offering essential components like commands, collections, and base classes.
AsyncCollectionException provides structured exception handling for asynchronous collection operations.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.ViewModels and click Install.Run the following command in your terminal:
dotnet add package Oakrey.ViewModels
Run the following command in your Package Manager Console:
Install-Package Oakrey.ViewModels
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.