Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logofx/mvvm

MVVM facilities for developing front-end/client apps
https://github.com/logofx/mvvm

Last synced: about 4 hours ago
JSON representation

MVVM facilities for developing front-end/client apps

Awesome Lists containing this project

README

        

# mvvm
MVVM facilities for developing front-end/client apps

[![CodeFactor](https://www.codefactor.io/repository/github/logofx/mvvm/badge)](https://www.codefactor.io/repository/github/logofx/mvvm)

## Core

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Core)

## Commanding

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Commanding)

See the [documentation](https://github.com/LogoFX/mvvm/wiki/Commanding) for details.

## Model
Model objects with various aspects, including property change notification, hierarchical change tracking, error management, undo-redo stack capabilities.

[Living documentation](https://ci.appveyor.com/api/projects/LogoFX/mvvm/artifacts/output/LogoFX.Client.Mvvm.Model.Specs.LivingDoc.html)

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Model/)

See the [documentation](https://github.com/LogoFX/mvvm/wiki/Model) for details.

## View Model
View model layer objects, implementing basic concerns.

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.ViewModel)

## View
View-level elements, including converters, controls, trigger actions.

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.View)