Should I add the Visual Studio .suo and .user files to source control?
Visual Studio solutions contain two types of hidden user files. One is the solution .suo file which is a binary file. The other … Read more
Visual Studio solutions contain two types of hidden user files. One is the solution .suo file which is a binary file. The other … Read more
The issue is simple really. Instead of creating folders in Visual Studio, I create a directory structure for my project on the file … Read more
I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting. 36 s … Read more
In Windows 7, you could go into a programs compatibility settings and check off to always run as an Administrator. Is there a … Read more
This morning I faced a problem while opening my Visual Studio solution, and when I tried to run it, it said: No exports … Read more
Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects? 2 22
What is the difference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio? When is the appropriate time to use each … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
In Visual Studio is there a command to collapse/expand all the sections of code in a file? 2 22 CTRL + M + … Read more
A C# desktop application (on the Visual Studio Express/Community edition) worked, but then it didn’t work 5 seconds later. I tried the following: … Read more