Create your own development environment View – Custom Windows Layouts in Visual Studio 2015
Visual Studio 2015 introduced a nice feature, which let us customize the overall IDE experience and reuse it further. This…
Visual Studio 2015 introduced a nice feature, which let us customize the overall IDE experience and reuse it further. This…
One of the easiest and quickest way to keep track of several external files is by using the “Miscellaneous Files”…
Recently I came across this problem while configuring the TFS build server for Typescript. You may encounter “Emit Error: Write…
If you are building an “App for Office” using Visual Studio, you may encounter difficulties to inspect the html while the…
Visual Studio 2013 introduced “Simplified New Project Dialog” control that makes easier to select a project type like ASP.NET MVC,…
In the previous post I have discussed about the new Go To Definition feature with Visual Studio 2013 XAML Editor. You…
XAML Editor in Visual Studio 2013 now support the Go To Definition (F12) feature. Behavior of this feature is similar to…
DataTips is an advanced tooltip message that can be used for inspecting the objects or variables while debugging the application…