Tag

C#

正在浏览与 C# 相关的文章。

355 篇文章
2 当前页
WPF achieves a danger warning effect

WPF achieves a danger warning effect

When the program we write is released, the user is doing some dangerous operations. Our software should give some reminder effects, such as red on the edge of the border, similar to the alarm reminder effect like Gaode Map

就叫我啊禾斗吧 禾斗学编程 5/27/2025 9:41 PM
Hello. NET run file, bye csproj

Hello. NET run file, bye 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 project files. This feature makes it easy to develop scripts and simple applications by generating virtual project files in memory and supporting NuGet dependency packages and project property settings. The article also looks forward to the future of this feature, including target path extensions, unified command line parameters, performance improvements, and more file-based program command support.

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 explain in detail important concepts such as namespaces, data types, string processing, inheritance, and collections in C#based on medical work scenarios to help medical staff better understand programming knowledge.

勇敢的天使 3/24/2025 9:47 PM
(7)From Nurse to C#Developer--Fundamentals of Object-Oriented Programming

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

As a programmer who has turned from the nursing industry, I will share how to understand the concept of object-oriented programming through my experience in nursing work. This article will introduce core object-oriented concepts such as classes, objects, attributes, and methods, and combine them with examples in the field of health care to deepen their understanding.

勇敢的天使 3/18/2025 9:15 PM