Tag

Visual Studio

Browsing articles related to Visual Studio.

11 articles
1 Current page
.NET Project Automation Secrets: Full Guide to One-Click Version Update and Publish Scripts

.NET Project Automation Secrets: Full Guide to One-Click Version Update and Publish Scripts

This article details how to use PowerShell scripts and batch files to automate version updates and one-click publishing in .NET Avalonia UI projects. First, it explains the setup and modification of PowerShell execution policies to ensure scripts can run properly. Then, it introduces methods for adding scripts in Visual Studio pre-build events to automatically update version numbers, as well as using batch files to publish applications on multiple platforms. Finally, a PowerShell script example is provided that can automatically update program version information based on Git tags. These methods can improve the development efficiency and convenience of the publish process for .NET projects.

沙漠尽头的狼 2/21/2025 10:30 PM
(1)From Nurse to C# Developer -- Can a Nurse Successfully Switch to Learning .NET Development?

(1)From Nurse to C# Developer -- Can a Nurse Successfully Switch to Learning .NET Development?

The article tells the story of a nurse who resigned due to work pressure and family responsibilities. After facing difficulties in job hunting, she decided to learn programming, especially the C# language. She describes in detail what she learned on the first day, including .NET, .NET Framework, C# language concepts, types of C# development software, different UI frameworks, interaction modes, and the use of Visual Studio. She expresses her confidence and determination to learn programming and hopes to receive guidance and help from more people.

勇敢的天使 2/21/2025 9:18 PM
New Features of C# 10

New Features of C# 10

We are excited to announce that C# 10 has been released as part of .NET 6 and Visual Studio 2022.

微软中国MSDN 2/12/2022 10:14 AM