Category

All Categories

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

524 articles
3 Current page
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 9:41 PM
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.

WeihanLi amazingdotnet 5/24/2025 9:34 PM
(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 9:47 PM