MVC Frameworks for WPF

后端 未结 5 1158
自闭症患者
自闭症患者 2021-02-06 09:54

Are there any MVC frameworks available for WPF other than Caliburn (which looks awesome btw)?

5条回答
  •  不思量自难忘°
    2021-02-06 10:34

    Both Caliburn and PRISM are very nice. However if you go down the path of MVC you will miss out on the powerful 2 way binding. Consider MVVM, it's a very clean and practical approach for WPF. This is the pattern Microsoft used for their expression blend.

提交回复
热议问题