Skip to content

A simple, every day MVVM library with support for opening child windows easily from ViewModel layer

Notifications You must be signed in to change notification settings

FuchsiaSoft/CasualMVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Casual MVVM

Casual MVVM is a library intended to be used for WPF applications and provides a simple framework for implementing MVVM for every day development.

The focus is around simple, quick implementation development side, rather than correctness, and this is not a complete MVVM framework. It's here as a distillation of what is most commonly used in the typical data driven, SQL backend, client/server type application.

In particular it has support for easily opening new windows from the ViewModel layer, without breaching MVVM or compromising unit testability.

###Overview of how Casual MVVM works with window mediation:

About

A simple, every day MVVM library with support for opening child windows easily from ViewModel layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages