Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 374 Bytes

File metadata and controls

7 lines (5 loc) · 374 Bytes

Veritaware.Toolkits.LightVM

Lightweight MVVM toolkit providing all the basic functionalities needed when creating a WPF / UWP project.

ModelBase class provides Validation methods using FluentValidation. If you don't want to use the library, rewrite or comment out the class body.

LightVM.WpfMock contains an example project showing how to implement the toolkit.