MvvmLib

Mvvm Library for .NET projects.

Installation

PM> Install-Package MvvmLib.Core
PM> Install-Package MvvmLib.Wpf

IoC Container choice

PM> Install-Package MvvmLib.Unity.Wpf
PM> Install-Package MvvmLib.Microsoft.DependencyInjection.Extensions.Wpf
PM> Install-Package MvvmLib.IoC.Extensions.Wpf

Plus

PM> Install-Package MvvmLib.Scanning
PM> Install-Package MvvmLib.IoC
PM> Install-Package MvvmLib.CodeGenerators