CTPs are provided for testing and feedback purposes only. CTPs are unsupported, English-only releases. They are not subject to final validation and are not intended for use on production computers, or to create production code.
Some New COOL Features Added in CTP2
Side-by-Side Installation Works
I just verified after installation and it actually works. I am able to open and work with all previously installed Visual Studios and have not observed or discovered any issues post Visual Studio 2014 CTP2 installation.
This is how my Start menu looks like with all the Visual Studio IDEs and all of them work fine.
Title Case Menus
In general reading Title case is much easier than all caps. At least this applies to me. With Visual Studio 2012 and Visual Studio 2013 menus were all caps. It appears to be an organization wide decision, even Microsoft Office 2013 has all caps menus.
Well, Microsoft has now given back the Title case menus with the new release of Visual Studio 2014 CTP2 and this is how it looks like in comparison to Visual Studio 2013 menus.
Light Bulb: a savior
Often when we code and make some silly / unknown mistakes then the first thing we do is either try some options or later search on Bing or Google. Microsoft has made the developer's life a little easier by helping them fix it with their own logical needs and code awareness.
Let's assume a scenario in which I made a silly mistake in the Visual Studio 2013 code editor as shown in the image below.
The message I am given (after I hover on the error) by Visual Studio is very generic and I am left with the confusion of what I should be trying to actually resolve this issue.
Whereas the Visual Studio 2014 Light Bulb feature works in a very advanced way and it offers some logical choices that a developer can choose from to have the issue resolved.