6

Had a coworker tell me that WPF is a very deep technology. He basically said it could take months to years to learn it well. How true is that? (I am gonna have to learn it anyway, but this will affect how I go about it)

Comments
  • 0
    MVVM Bindings and DependecyObjects are hard.... Sometimes it feels like magic and the only way to figure it out is trial and error...
  • 0
    @allanx2000 I got that some of that is hard, but it seemed like it was a "learn XAML" type of situation.
  • 0
    @g-m-f I Guess part of the problem is that I don't understand the point of MVVM. Like I was reading some articles and it seems that MVVM is just MVC with view models.
  • 0
    @projektaquarius VM => INotifyPropertyChanged and Bindings. Live update the View when the model or VM itself changes.

    Basically like Angular $scope
Add Comment