Improve your MVVM code with Fody and PropertyChanged

The MVVM and Fody

\nThe MVVM (Model, View, ViewModel) pattern helps you to organise and structure your code to create better apps.\n\nWith this pattern you can split your code in 3 main parts:\n\nModel: Where you put your data\n\nViewModel: It’s the logic of your app and a link between the Model and the View\n\nView: It’s the UI of your app (usually written in XAML)