How To Check Default Language Version In Visual Studio ?
I was asked this question during my “Language Preview Session in Microsoft Reboot Camp”, last week. Sharing the same answer…
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…
Here are the 10 most popular tips of the year at Daily .NET Tips, based on the number of times…
Visual Studio 2015 introduced a nice feature, which let us customize the overall IDE experience and reuse it further. This…
Initialization of Dictionary is not a new thing. You can easily initialize a Dictionary Object using a Collection Initializer, which…
Along with the nameof operator, C# 6.0 also introduced Null-Conditional operator that enable developers to check the null value with…