Read more about the article Visual Studio does not ignore files specified in the .gitignore file
create a git branch from a specific commit

Visual Studio does not ignore files specified in the .gitignore file

This post is to help developers or mostly beginners who are facing issues related to the .gitignore file. It might be possible that Visual Studio or any other git tools like git CLI or TortoiseGit does not ignore files specified in the .gitignore file.

Continue ReadingVisual Studio does not ignore files specified in the .gitignore file
Read more about the article How to Highlight or change the background color of checked ToolStripButton in windows form c#?
Highlight or change the background color of checked ToolStripButton

How to Highlight or change the background color of checked ToolStripButton in windows form c#?

How to Highlight or change the background color of checked ToolStripButton in windows form c#? To Highlight or change the background color of checked/current ToolStripButton in Windows Form C# you…

Continue ReadingHow to Highlight or change the background color of checked ToolStripButton in windows form c#?