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

WPF Achieve a Danger Reminder Effect

WPF Achieve a Danger Reminder Effect

When our program is released and users are performing dangerous operations, our software should provide some reminder effects, such as a red border edge, similar to the warning effect in Amap.

5/27/2025 就叫我啊禾斗吧 禾斗学编程 .NET
Hello .NET run file, goodbye csproj

Hello .NET run file, goodbye csproj

This article introduces the new file-based program feature of the .NET CLI, which allows developers to run C# source files directly without creating a project file. This feature works by generating a virtual project file in memory and supports NuGet dependencies and project property settings, providing convenience for developing scripts and simple applications. The article also looks forward to the future development directions of this feature, including target path extension, unified command-line arguments, performance improvements, and support for more file-based program commands.

5/24/2025 WeihanLi amazingdotnet .NET
(8)From Nurse to C# Developer -- Data Types and Inheritance

(8)From Nurse to C# Developer -- Data Types and Inheritance

This article will combine medical work scenarios to explain in detail important concepts in C# such as namespaces, data types, string processing, inheritance, and collections, helping medical professionals better understand programming knowledge.

3/24/2025 勇敢的天使 Sharing / Course
(7)From Nurse to C# Developer -- Basics of Object-Oriented Programming

(7)From Nurse to C# Developer -- Basics of Object-Oriented Programming

As a programmer who switched from the nursing industry, I will share how to understand the concepts of object-oriented programming through experience in medical work. This article introduces core OOP concepts such as classes, objects, properties, and methods, and uses examples from the healthcare field to deepen understanding.

3/18/2025 勇敢的天使 Sharing / Course