Back to Basics – string Vs. String in C#
One of the frequent question that comes during the .NET interview is “What is the difference between string and String?”…
One of the frequent question that comes during the .NET interview is “What is the difference between string and String?”…
Visual Studio 2015 helps you quickly build connected cloud application using “Add Connected Services” feature. We all are familiar with…
If you are playing around multiple files in Visual Studio Code, and wondering how to navigate back to the previous…
When you are developing a Kinect application, you must ensure that the Kinect device attached with your application supports all…
I was asked this question during my “Language Preview Session in Microsoft Reboot Camp”, last week. Sharing the same answer…
One of the small UI Improvement of Visual Studio 2015 IDE was main ‘Title Case’ Menu Bar Style instead of…
Sort and Remove the unused namespaces is a standard coding practices. In the Visual Studio IDE, you can achieve it…
.NET framework supports all kinds of exception types which are sufficient for most of the code bases, in some cases…