Tag

MVVM

Browsing articles related to MVVM.

15 articles
2 Current page
Come and See: WeChat Client Developed with WPF

Come and See: WeChat Client Developed with WPF

Making a WPF WeChat DEMO, using converters to convert colors and visibility; rewrote control styles, such as Button, RadioButton, ListBox; then under MVVM mode, the usage of Bind. I feel this DEMO will be very helpful for beginners.

眾尋 5/20/2022 7:14 AM
Into WPF: Complete MVVM Example

Into WPF: Complete MVVM Example

Learning WPF without learning MVVM feels like missing the soul. So what is MVVM? Why learn MVVM? This article uses a simple CRUD example to briefly introduce the basic knowledge of MVVM and how to develop MVVM architecture-based programs. For learning and sharing purposes only, please point out any shortcomings.

小六公子 2/21/2022 1:43 PM
“Old Jar Pickles New Vegetables”: SOD MVVM Framework Revitalizes Winforms

“Old Jar Pickles New Vegetables”: SOD MVVM Framework Revitalizes Winforms

The necessity of MVVM technology on WinForms; it turns out that implementing an MVVM framework is not difficult. The key is the two-way binding between Model and View, where changes in the Model cause changes in the View content, and changes in the View can also cause changes in the Model.

用户1177503 11/23/2021 9:13 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 displayed data comes from other service programs and uses WebAPI communication. To run this program normally, you need to create a WebAPI program yourself, with the API interface providing data driving. In fact, it is most straightforward to directly view the code; those who need it can easily extract it, even if the project cannot run.

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