WPF| Quickly add novice guidance function (support MVVM)
Use this WPF library to quickly add novice guidance to your applications
Use this WPF library to quickly add novice guidance to your applications
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.
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.
Due to the necessity of MVVM technology on WinForms, I found that it is not difficult to implement the MVVM framework. The key lies in the two-way binding of the model and the view, that is, changes in the model cause changes in the view content, and changes in the view can also cause changes in the model.
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.