Did you know – you can close specific set of open documents together in Visual Studio ?
During the development using Visual Studio, many time we faced that, there are so many open files in the editor.…
During the development using Visual Studio, many time we faced that, there are so many open files in the editor.…
Getting the performance information is now in your finger tip and you can inspect this information during debugging itself using…
The recent updates of Visual Studio 2015 brings several improvement for Application Insights tool for Visual Studio. One of such…
“Execute in Interactive” feature is great addition with the new Visual Studio 2015 Update. Previously I shared several posts on…
While developing application often we ignored several “build warnings” and only focused on fixing the “build errors”. What does those…
The C# Interactive Window in Visual Studio is a great utility to play around the code, language features, API’s and…
Write a C# code that count the occurrences of a word in a given sentence or string – yet another…
With Application Insights you can also test the web availability by adding Web Test with your hosted applications. Application Insights…