How to write your very first Unit Test in Visual Studio using MSTest Framework easily ?
Writing Unit Test in Visual Studio is very easily and it comes up with Microsoft Unit Test Framework that gives…
Writing Unit Test in Visual Studio is very easily and it comes up with Microsoft Unit Test Framework that gives…
Visual Studio 2015 helps you quickly build connected cloud application using “Add Connected Services” feature. We all are familiar with…
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…
One of the easiest and quickest way to keep track of several external files is by using the “Miscellaneous Files”…
If you are building an “App for Office” using Visual Studio, you may encounter difficulties to inspect the html while the…