Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

Dapper in .NET Core

I won't go into details here about what Dapper is (detailed entry); this article only provides a brief explanation of the use of Dapper in. NET Core. The code described is mainly explained by examples, which is a reminder. Developers can expand and adjust according to their own needs.

Dapper
随机发现

10 "small websites" that I often visit, hehe!!!

Are there any small websites in your folder that you have personal preferences? Hehe!!! There must be! Share 10 websites that I often use to improve work efficiency, beautify pictures, and draw flow charts. You may also use them.

share
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 就叫我啊禾斗吧 禾斗学编程 .NET
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.

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 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 勇敢的天使 share / courses
(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 勇敢的天使 share / courses
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 沙漠尽头的狼 .NET
(6)From Nurse to C#Developer-Basic Advances: Program Control and Data Structure

(6)From Nurse to C#Developer-Basic Advances: Program Control and Data Structure

On the sixth day of C#programming, I learned loop control, ternary expressions, constants, enumerations, structures, arrays, and methods. As a developer who turned from the nursing industry, I combine these programming concepts with nursing work experience to help me better understand and remember them.

3/9/2025 勇敢的天使 share / courses
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 沙漠尽头的狼 .NET