└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # The World's Simplest C# WPF MVVM Example 2 | 3 | The World's Simplest C# WPF MVVM Example as described [here](http://www.markwithall.com/programming/2013/03/01/worlds-simplest-csharp-wpf-mvvm-example.html). 4 | 5 | A C# 9 (.NET 5.0) version of the code can be found in the [C#9.0 branch](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/tree/C%239.0). ![Build](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/workflows/Build/badge.svg?branch=C%239.0) 6 | 7 | # Older Versions 8 | 9 | A C# 8 (.NET Core 3.0) version of the code can be found in the [c#8.0 branch](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/tree/c%238.0). ![Build](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/workflows/Build/badge.svg?branch=c%238.0) 10 | 11 | A C# 6 version of the code can be found in the [C#6.0 branch](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/tree/C%236.0). ![Build](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/workflows/Build/badge.svg?branch=C%236.0) 12 | 13 | A C# 4 version of the code can be found in the [C#4.0 branch](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/tree/C%234.0). ![Build](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/workflows/Build/badge.svg?branch=C%234.0) 14 | 15 | A C# 4 version of the code (with detailed comments by [Hampton](https://github.com/k4kfh)) can be found in the [C#4.0 branch (with detailed comments)](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/tree/C%234.0-with-detailed-comments). ![Build](https://github.com/MarkWithall/worlds-simplest-csharp-wpf-mvvm-example/workflows/Build/badge.svg?branch=C%234.0-with-detailed-comments) 16 | --------------------------------------------------------------------------------