How to enhance debugging in Visual Studio with just one simple step
During the debugging session, I always had problems with complex structures. Preview most interesting properties were irritating, we need to expand a variable. In most cases, »
During the debugging session, I always had problems with complex structures. Preview most interesting properties were irritating, we need to expand a variable. In most cases, »
Simple code I am developer so let's start with following C# code: public static void Main() { var sampleList = GetSamples(); if (sampleList.FirstOrDefault().StartsWith("I")) { Console.WriteLine( »
Asp.NET 5 RC At least ASP.NET 5 is production ready. I know that current state is release candidate, but be honest it means that »
Difficult upgrade From time to time we want (or have) to upgrade our old application to a new version of framework. Usually for core libraries it »
When we design new layout, we need to find out what kind of users are using our website. The easies way is to parse User Agent »
The problem Selenium test are difficult to debug, especially when they are run on CI server. To diagnose why a test failed, sometimes we need something »