Quantcast
Channel: Yasser Shaikh » Visual Studio
Browsing all 7 articles
Browse latest View live

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 Article



How 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 Article

How 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 Article

Using 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 Article

Setting 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 Article


How 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 Article

Using 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
Browsing all 7 articles
Browse latest View live




Latest Images