One sentence explanation to MVVM in WPF?

前端 未结 11 1217
有刺的猬
有刺的猬 2020-12-12 13:13

I heard its the next best thing in building WPF UIs, but all existing examples have dozens of lines of code - can I get a Hello World for MVVM that explains in no uncertain

11条回答
  •  [愿得一人]
    2020-12-12 13:44

    The MVVM pattern is when the UI interfaces with an xaml-friendly intermediate object to get at your xaml-unfriendly actual data.

提交回复
热议问题