One sentence explanation to MVVM in WPF?

前端 未结 11 1241
有刺的猬
有刺的猬 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:48

    The simple statement that helped me get my head around it best was "Could I unit test my business logic without the user interface?" I think this should be the question you ask while learning and designing using MVVM concepts.

提交回复
热议问题