Monday 5 March 2012

Visual Studio 11 Ultimate Beta - First look

More about it here http://blogs.msdn.com/b/jasonz/archive/2012/02/29/welcome-to-the-beta-of-visual-studio-11-and-net-framework-4-5.aspx

 

Appears as if they're trying to put Resharper out of business to me, with the new call hierarchy window.

Also you can navigate direct to methods from solution explorer.

image

The default colour scheme for the Dark theme, from tool, options setting, is a black coding window. With the light scheme, the coding window returns back to the default colours that most use out of the box with older versions of VS.

New generate dependency graph for solution option under the Architecture. Great idea in theory, in practice it takes ages to complete, even for a small one method console application. Could be useful though if you have a large project that you're getting to grips with, only if you have the time to run it though.

image

Appears that Code review support, is very integral in the new VS 11 IDE as well.

image

No comments:

Post a Comment

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...