How to set the colors of the console in Visual Studio
This post was sparked from a question on Stackoverflow that I thought was common knowledge. The question was on how to change the background color of »
This post was sparked from a question on Stackoverflow that I thought was common knowledge. The question was on how to change the background color of »
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 »
If you wish to change the URL that your browser is directed to, when starting your new asp.net project you need to change your launch »
I have been using Visual Studio for years. Every time I have had to diff two files I went to notepad++ or some other great text »
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 »
You are probably here because you got tired of Resharper telling you what to do. I wrote this because I am often using the abbreviation " »
There is a simple trick using Resharper where you can easily create a new Guid directly in Visual Studio. Using Google i had a hard time »
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 »