Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
47 Current page
“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
Open Source Winform Control Library: Mulan Control Library

Open Source Winform Control Library: Mulan Control Library

This project can be compiled. Except for the animation functions extracted from Silverlight and the ColorEditorExt.cs color panel view designer extension modified from online examples, all other controls are written based on native controls without using any third-party libraries, so feel free to use it without any copyright infringement issues.

沙漠尽头的狼 11/21/2021 7:48 PM
Essential: Summary of C# Syntax Features

Essential: Summary of C# Syntax Features

C# 10 has been released together with .NET 6 and VS2022. This article organizes some interesting syntax features in C# according to the release order of .NET, based on Microsoft official documentation.

louzixl 11/19/2021 5:38 PM
WPF Notable IsHitTestVisible

WPF Notable IsHitTestVisible

Setting this property to false looks unchanged, but in operation it completely ignores it, does not trigger events, and can directly click on things below it.

普通的地球人 10/20/2021 6:18 PM