Compare between 3-Layer pattern and MVVM

后端 未结 4 820
后悔当初
后悔当初 2021-02-04 17:20

i don\'t know MVVM. i always follow 3-layer patter where one layer is UI, another layer is Business layer and last layer is Data access layer.

in this layer we send requ

4条回答
  •  囚心锁ツ
    2021-02-04 17:55

    MVVM is for building the UI layer. It is a pattern that enables a very nice interaction between your business objects and the UI-framework. You don't have to change your 3-Tier pattern. MVVM is on another abstraction level.
    Here you find a very good video introducing MVVM and probably answering a lot of questions.

提交回复
热议问题