Tag

MVVM

正在浏览与 MVVM 相关的文章。

15 篇文章
2 当前页
Please come and watch: WeChat client developed by WPF

Please come and watch: WeChat client developed by WPF

To make WPF WeChat DEMO, you use a converter to convert colors, display and concealment; rewrite the style of the control, such as Button, RadioButton, ListBox; and then in MVVM mode, the usage of Bind. I feel that this DEOM should be very helpful to beginners.

眾尋 5/20/2022 7:14 AM
Visit WPF's complete MVVM case

Visit WPF's complete MVVM case

Learning WPF without learning MVVM seems to lack a soul. So what is MVVM? Why should I learn MVVM? This will use a simple small example of additions, deletions and changes to briefly describe the basic knowledge of MVVM and how to develop the program of the MVVM architecture. It is only for learning and sharing. If there are any shortcomings, please correct them.

小六公子 2/21/2022 1:43 PM
A WPF open source project worth learning: Accelerider.Windows

A WPF open source project worth learning: Accelerider.Windows

This project applies the Prism MVVM framework. The project shows that the data comes from other service programs and uses WebAPI communication. If you want to run this program normally, you need to make your own WebAPI program, which is driven by the API interface. In fact, it is the most direct to directly view the code. If you need it, you can easily extract it yourself, even if the project cannot run.

沙漠尽头的狼 12/5/2019 1:45 PM