Some helpful MVVM snippets
If you’re doing any significant amount of MVVM / XAML work, then I hope you’ll find these Visual Studio snippets useful. This first snippet creates a backing field, a property with a simple getter, and a setter that also calls … Continue reading