Developing WPF software without MVVM

后端 未结 5 991
走了就别回头了
走了就别回头了 2020-12-30 10:05

We want to start develop an intermediate desktop software. We decided to use the WPF. We don\'t want to use the MVVM pattern. Because we are not familiar with MVVM, and als

5条回答
  •  臣服心动
    2020-12-30 11:01

    You surely do not have to rely on MVVM when using WPF/Silverlight.

    As for the performance difference - it could depend on the style of your coding, however if done properly, the difference should not be noticeable.

提交回复
热议问题