Home

Awesome

<img src="src/MvvmMicro/icon.png" alt="logo" width="32" height="32" /> MvvmMicro

<a href="https://www.nuget.org/packages/MvvmMicro" target="_blank"><img alt="Nuget" src="https://img.shields.io/nuget/v/MvvmMicro" /></a>

A lightweight MVVM framework for .NET inspired by MVVM Light Toolkit.

Goals

Supported platforms

Installation

The primary way to use MvvmMicro is by adding the nuget package to your project:

Install-Package MvvmMicro

Overview

TypeDescription
ObservableObjectThe base class for objects that support property change notification.
ViewModelBaseThe base class for view models with the Messenger and IsInDesignMode properties.
MessengerA service for sending and receiving messages, typically between view models and views.
RelayCommand,<br/>RelayCommand<T>An ICommand implementation based on a synchronous delegate for Execute and CanExecute.
AsyncRelayCommand,<br/>AsyncRelayCommand<T>An ICommand implementation based on an asynchronous delegate for Execute with cancellation support.

Also check out the class diagram.

License

Code licensed under the MIT License.