0
Did someone like to have an wpf and an mvvm course ?
4 Respuestas
+ 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.
0
Yes, I would love it. I recently started to use it, but do find it really difficult.
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.
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 ?