wpf mvvm confusion

后端 未结 5 1510
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 08:34

as per my understanding about mvvm is.

there is a model (entity class that also implement inotify...), view (xaml code) and some class as vm (kind of controller whi

5条回答
  •  梦毁少年i
    2021-01-14 08:49

    Check this two videos to get some idea. Both videos show developing application starting with everything in code behind and then they refactor to MVVM pattern.

    • Mike Taulty's series of videos (in fact there is 10 videos in total, check at least first and second)
    • Jason Dolinger on Model-View-ViewModel

    Also, see this SO question for more links: MVVM: Tutorial from start to finish?

提交回复
热议问题