MVVM Madness: Commands

后端 未结 7 1170
星月不相逢
星月不相逢 2021-01-30 01:38

I like MVVM. I don\'t love it, but like it. Most of it makes sense. But, I keep reading articles that encourage you to write a lot of code so that you can write XAML and don\'t

7条回答
  •  既然无缘
    2021-01-30 01:55

    Commanding is for chumps. Real men wire up their entire ui to events in codebehind.

提交回复
热议问题