Share two skills of VS

Share two skills of VS

Two skills that should be more practical

最后更新 5/8/2022 9:52 PM
C# WPF UI Academy
预计阅读 1 分钟
分类
share
标签
Visual Studio IDE

1. Thumbnail mode for vertical scroll bar

VS Code has this effect by default (at least I haven't set it specifically):

In fact, VS can also be set by clicking: Tools-> Options-> Text Editor-> All Languages-> scroll bar, and then checking "Use Thumbnail Mode (M) with Vertical Scroll Bar".

Let's see the effect:

2. Show and hide in-app toolbars

This item is about WPF. By default, the in-application toolbar will be displayed during debugging:

This can be turned off, but of course, we usually turn on it: Tools-"Options-" Debugging-"XAML Hot Overloads

You can dynamically switch:

Reference:

Keep Exploring

延伸阅读

更多文章
同标签 2/21/2025

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

(1)From Nurse to C#Developer-Can a Nurse Become Successful in Changing to Learn. NET Development?

The article tells the story of a nurse who resigned due to work pressure and family responsibilities. After having difficulty finding a job, she decided to learn programming, especially the C#language. She detailed what she learned on the first day, including. NET,. NET Framework, C#language concepts, C#development software types, different UI frameworks, interactive patterns, and the use of Visual Studio. She expressed her confidence and determination to learn programming and hoped to receive guidance and help from more people.

继续阅读