These are the projects shown in the talk The MVVM Pattern and the MVVM Community toolkit
There are two folders in the repository, MVVMApp and MVVMMessenger
The MVVMApp folder contains the project that was converted to use the MVVM Pattern, with to folders:
- CustomerApp - Original - this is the original WPF app, not using the MVVM Pattern
- CustomerApp - Final - this is the converted app, using the Community toolkit version 8
The MVVMMessenger folder contains the project that has two different windows, with the Navigation Service and using the Messenger to communicate between them
Both projects contain tests for the ViewModels and they use FakeItEasy for mocking and FluentAssertions