Monat: Juli 2017

SimpleMVVM, Part 1: The main window

We’ll start with the XAMLs for this project. Although this is actually a straight forward task, there are a couple of issues that one should keep an eye on. As a reminder – this is what we want: You could now start with a window and put the buttons in there. But it’s a better…


Simple MVVM: An example

The following posts build an example WPF application with a MVVM architecture which primary focus lies on simplicity. It does not use any other frameworks or libraries. It is built with plain WPF. It will show that a MVVM application can be simple and fairly easy to understand, and that frameworks like PRISM aren’t needed…