I was told the other day by a Principal Engineer (PE) to change a class I wrote and I didn’t agree with his reasoning. This […]
Misconceptions about async Tasks
This article is about asynchronous programming in C# using Task and Task<T>. Do you really need to make your code asynchronous? The first misconception about […]
Visual Studio 2017 will not connect pre-existing repository to TFS after TFS URL has changed
Irritating problem There is an amalgam of complaints about this issue already on the product form, you can view them here: https://developercommunity.visualstudio.com/content/problem/26914/team-explorer-does-not-recognize-previously-cloned.html The scenario for this […]
Worst Visual Studio 2010 Bug I Have Ever Seen
The Background This bug was so bad I had to post about it. This is by far the WORST Visual Studio 2010 (VS2010, VS) bug […]
++i vs. i++, YES they are different!
For this first test you will see that there isn’t a difference, it is working differently, but you cannot tell the difference in this example: […]