Category

.NET

NET Ecology, Runtime and Engineering Experience Precipitation

190 篇文章
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
Practical development of QR code generation tool for moving cars

Practical development of QR code generation tool for moving cars

This article describes how to develop a mobile QR code generation tool, including desktop versions implemented by C#and Avalonia, and online versions implemented by Blazor front-end and. NET Web API, covering requirements analysis, core code implementation, UI design and MVVM pattern applications.

沙漠尽头的狼 3/10/2025 7:54 PM
VS 2022 Preview Offline Installation Package Making Guide

VS 2022 Preview Offline Installation Package Making Guide

Building an offline development environment is the most troublesome. This article details how to make an offline installation package for the VS 2022 preview version, including complete download, installation steps and precautions

沙漠尽头的狼 2/27/2025 9:18 AM
NET 10 Preview 1 released

NET 10 Preview 1 released

Today. NET 10 Preview 1 was released. I downloaded it as soon as possible and upgraded the Avalonia UI project and blog site. The former's functional testing and AOT release were normal, the latter's debugging was normal, and Docker was not successful for the time being.

沙漠尽头的狼 2/25/2025 6:21 AM
NET Programmers 'Playground: LINQPad

NET Programmers 'Playground: LINQPad

LINQPad's software package is very small, only about 20 megabytes, and it starts quickly. When using it, just enter the C#statement you want to execute and press F5

码农很忙 12/26/2024 9:42 PM