Visual Studio 2022 will be in preview this summer!
Most developers I meet use Visual Studio for making .Net applications and in November this year Visual Studio will have a new release. For over two »
Most developers I meet use Visual Studio for making .Net applications and in November this year Visual Studio will have a new release. For over two »
This post was sparked from a question on Stackoverflow [https://stackoverflow.com/questions/65255133/is-there-an-option-in-visual-studio-that-sets-console-background-color-for-each] that I thought was common knowledge. The question was on how »
Given how long Visual Studio has been out there I sometimes wonder why there is no built in function to compare two files. Using for example »
I have been using Visual Studio for years and every time I have had to diff two files I went to notepad++ or some other great »
I recently wanted to create a dependency between two projects, so that I could control the build order. I knew how to do this easily through »
Previously this guide was only on using nguid with the Resharper extensions, I have extended it to include C# Interactive, which you can use without any »
In this post I will share some of my favourite and performance optimising shortcuts. These shortcuts make life easier as a developer and may reduce some »
I recently had to reinstall Visual Studio. Every time I do this I miss some settings and something is not right. This time my repositories were »
If you are trying to uninstall a Nuget package just to reinstall it, you might end up in a dependency hell if other packages depend on »
I had been fighting with this issue for several hours. Changing something in a script could make Visual Studio hang itself. It would use 100% of »