How to collapse all items in Solution Explorer in Visual Studio with Resharper ?
Today I wanted to find, if Resharper provides a shortcut to ‘Collapse All’ items in the Solution Explorer? A little search on google led to this thread on JetBrain’s Dev Community. As you can see in...
View ArticleHow to show line numbers in Visual Studio 2010 / 2012 / 2008
Displaying line number in code is important, particularly when doing pair programming. Visual Studio has this feature built in but is turned off by default. Here is how to turn it On. On the menu bar,...
View ArticleHow to Pimp my Visual Studio – Change style / font / colors and more..
I recently bumped into this very-awesome site called : Studio Styles. Here is a link to what exactly it’s all about. It basically allows you to change your VS color scheme. You can browse through the...
View ArticleUsing Source Code Pro Font With Visual Studio
Last November Adobe release a new font, named Source Code Pro. I use Visual Studio 2010 as my IDE, and I constantly keep on changing its look and feel. Today I tried out this Source Code Pro font and I...
View ArticleSetting mime types for web fonts to work on IIS with ASP.NET MVC projects.
<system.webServer> <staticContent> <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" />...
View ArticleHow to upgrade visual studio from 2013 to 2015 ?
Download Visual Studio 2015 from this link Here is a link to a list of features that come with Visual Studio 2015 – Announcing ASP.NET features in Visual Studio 2015 Preview and VS2013 Update 4
View ArticleUsing GIT with Visual Studio 2013
Git, has been around for quite some time now. All major repository hosting services like GitHub, Bitbucket and now even Codeplex recommended users to opt for GIT as a recommended/default type of source...
View Article