Tag

C#

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

355 篇文章
3 当前页
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
(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 8:49 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
(4)From Nurse to C#Developer-Nurses Learn Markdown

(4)From Nurse to C#Developer-Nurses Learn Markdown

On the fourth day of learning C#programming, I started learning Markdown. As a nurse-turned-developer, I record my learning experience of this lightweight markup language.

勇敢的天使 2/26/2025 1:24 PM
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
Tips for. NET Project Automation: One-click update version and full analysis of release scripts

Tips for. NET Project Automation: One-click update version and full analysis of release scripts

The article details how to use PowerShell scripts and batch files to automatically update program versions and one-click publishing in the. NET Avalonia UI project. First, the article explains the settings and modifications of PowerShell execution policies to ensure that scripts can execute normally. Then, it introduces ways to add scripts to Visual Studio pre-generated events to automatically update version numbers, and how to use batch files to publish applications on multiple platforms. Finally, an example of a PowerShell script is provided that can automatically update the version information of the program based on the Git tag. These methods can improve the development efficiency of. NET projects and the convenience of the release process.

沙漠尽头的狼 2/21/2025 10:30 PM