Did someone like to have an wpf and an mvvm course ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Did someone like to have an wpf and an mvvm course ?

29th Oct 2017, 10:26 AM
Cédric Boutin
Cédric Boutin - avatar
4 Answers
+ 1
i know mvvm can be difficult so keep it simple. bring just a few implementations to easily start. read about INotifyPropertyChanged, implement the DelegateCommand https://wpftutorial.net/DelegateCommand.html and implement a simple provider like this one http://blogs.developpeur.org/tom/archive/2009/09/22/mvvm-comment-afficher-une-boite-de-dialogue-afficher-le-d-tail-d-une-exception-poser-une-question-etc.aspx. with this 3 things you can understand simply the advantage of mvvm without any other framework. For xaml any resource can help.
29th Oct 2017, 1:41 PM
Cédric Boutin
Cédric Boutin - avatar
0
Yes, I would love it. I recently started to use it, but do find it really difficult.
29th Oct 2017, 10:29 AM
sneeze
sneeze - avatar
0
i use it since 8 years, there is the databinding concept to understand. after that wpf comes powerful alongside with mvvm it s become really maintenable.
29th Oct 2017, 10:41 AM
Cédric Boutin
Cédric Boutin - avatar
0
I can see that it is really powerfull but I have always programmed on winforms and find it difficult to switch to new habbits. Have you tips on courses, books or youtube channels ?
29th Oct 2017, 12:16 PM
sneeze
sneeze - avatar