/MVVM

C# .NET standard library with MVVM boilerplate classes

Primary LanguageC#MIT LicenseMIT

⚠️ This repository is deprecated. Don't use this library, use CommunityToolkit.Mvvm instead.


Nuget

MichelMichels.MVVM

C# .NET 6 library with MVVM boilerplate classes.

Getting Started

Clone the repository or get the NuGet package from NuGet.org.

Contents

  • BasePropertyChanged: implementation the INotifyPropertyChanged
  • BaseValidatedPropertyChanged: extension of the BasePropertyChanged class with implementation of the IDataErrorInfo interface
  • RelayCommand: implementation of the ICommand interface