Noldorin
Noldorin

Reputation: 147471

Favourite Features of VS 2010

With the general public release of Visual Studio 2010 Beta 2 today, this latest version has created a lot of hype and interest.

Indeed, the opinion I've gauged is that VS 2010 has resolved a great deal of the minor flaws left over from previous versions, as well as added some particularly useful new code editor and project development tools (in particular the Premium/Ultimate versions).

My question here is: what are you favourite new features in VS 2010 that have really got you excited? Or similarly, what are the flaws of VS 2008 that you are most glad to have resolved?

There is a wealth of changes in VS 2010, of course, but these are some of the ones that have interested me most (about which I know!).

If I could request one point/feature per post, I think that would be best, so we could vote them individually.

Upvotes: 3

Views: 699

Answers (8)

Sunil Agarwal
Sunil Agarwal

Reputation: 4277

I liked many features

  • Deployment
  • Gated checkin
  • Parallel Programming
  • Faster debugging
  • Separate debugger for x86 and x64

These are just few.... The more you explore VS2010 the more you will get. Try to go through the videos by microsoft.

Thanks, Sunil Agarwal

Upvotes: 0

vanja.
vanja.

Reputation: 2572

The built in profiler and historical debugger!

Upvotes: 3

Steven Hoff
Steven Hoff

Reputation: 91

Favorite feature? Requiring 4 gigs of RAM to run it's bloat.

Upvotes: 0

Jason
Jason

Reputation: 36

The 'Navigate To' window (Ctrl+,) is fantastic. Eclipse has something similar, and I've always thought Visual Studio needed it. Now if they would just add a 'Collapse All' button to the Solution Explorer...

Upvotes: 2

harriyott
harriyott

Reputation: 10645

One-click web publishing will be handy.

Upvotes: 1

Donut
Donut

Reputation: 112915

Visual Studio 2010's true Multi-Monitor Support sounds pretty fantastic.

Upvotes: 9

codes_occasionally
codes_occasionally

Reputation: 9566

The new, clean web.config should make my managers happy.

"Just change the option in the web.config"
"Where is it?"
"Under 'AppSettings.'"
"Ugh ... there's so much junk in that file."

Upvotes: 3

Simon P Stevens
Simon P Stevens

Reputation: 27509

The feature I'm most looking forward to having a decent play with is actually more .net 4 than visual studio. Parallel Extensions looks like it will be very interesting.

Upvotes: 7

Related Questions