I’m releasing all my WPF code as open source, this includes 3 projects: MvvmMonkey, MvvmGorilla and MvvmControl. All three libraries are released under the MIT license so you can use them anywhere including commercial projects. MvvmMonkey This is a flexible set of components, each solves a single issue with MVVM (the issue is usually a type of boilerplate code) This is a low-risk library you can use in any project, you can use any part of it with practically no impact on the rest of the code. This library is already on github at https://github.com/nirdobovizki/MvvmMonkey...