How to write a ViewModelBase in MVVM

前端 未结 5 715
孤街浪徒
孤街浪徒 2020-12-02 07:32

I\'m pretty new in WPF programming environment. I\'m trying to write a program out using MVVM design pattern.

I\'ve did some studies and read up some articles relate

5条回答
  •  [愿得一人]
    2020-12-02 07:51

    You have some nuget package to implement MVVM

    1. MVVM light
    2. MVVM Cross
    3. Prism

    For me the easier for a beginner is MVVM light because it provide some code sample.

    So the better is to install this nuget package, have a look about the generated code and back to us for more explanations if you need.

提交回复
热议问题