Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Random Discovery

First Experience with MAUI: Awesome

After a few hours of tinkering, successfully ran Hello World on Windows and Mac. I'll choose MAUI for desktop and mobile development from now on.

MAUI
“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.

11/23/2021 用户1177503 Winform
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 沙漠尽头的狼 Winform
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.

11/19/2021 louzixl .NET
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 普通的地球人 WPF