Posts

Showing posts from October, 2014

Visual Studio 2014–New features

Image
  Visual studio 2014 CTP is now available for download. You can download it from here . With the new release there are some new language & IDE features introduced. I will discuss some of IDE improvements in this post. IDE Improvements 1. Colored quick info when you hover over on something in your code now the quick info window has information with colors. also if you collapse your code & hover over to see the code inside so you can see the code with all colored formatting in the tool tip. 2. Hint with un-used references When we create a class there are few references which are automatically added. Also there are some cases we add some piece of code which need some other references & sometime back we remove that code but we don’t remove the reference. Now Visual studio grey out those references & give option to remove those. 3. Hint with redundant qualifiers In your code if you have already added the reference in your code & have used the namespace when