I\'m pretty new in WPF programming environment. I\'m trying to write a program out using MVVM design pattern.
I\'ve did some studies and read up some articles relate
You have some nuget package to implement MVVM
For me the easier for a beginner is MVVM light because it provide some code sample.
So the better is to install this nuget package, have a look about the generated code and back to us for more explanations if you need.