VS 2010 - what are the shiny parts?
-
There are no shiny parts... because you can't polish a turd.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001John Simmons / outlaw programmer wrote:
You can't polish a turd...
...but you can roll it in glitter.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
-
Christopher Duncan wrote:
What makes purchasing VS 2010 worthwhile?
Well, I can tell you why we're upgrading later this week: One thing I'm looking forward to, from an IDE and tooling perspective, is preventing bugs with Pex and tracking down bugs with IntelliTrace (aka Historical Debugging).
Christopher Duncan wrote:
Can I do things with it that I can't do in VS 2008?
Sure. Multi-monitor support, for example. This means you can have, for example, code file Foo.cs opened in one monitor, with Bar.cs opened on the other monitor. Another thing I like is Navigate To feature. In VS 2008, if I wanted to find a class or function or code file, I'd hit CTRL+F, search for a few seconds, then find the proper match in the search results. In 2010, I can hit CTRL+, and a "find as you type" tool window will find classes, functions, fields, etc, letting you navigate directly from there. It also works with PascalCasing, so typing in "SED" will find members with ShowEmailDialog in the name.
Christopher Duncan wrote:
Does it come in a hyper intelligent shade of the color blue?
:)
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
So - let me get this straight - the new features in VS2010 are things that have been available in my editor (Slickedit) since the days of VS2005? Hmm, perhaps I'll stick with VS2008 until I see a need to change (or MS offer it to me free) :laugh:
I've been playing with 2010 in a VM. It's fine, but to me it isn't really an upgrade right now. I just moved from VS2005 to 2008 recently. Think I'll stay put for now. I'm getting a little tired of upgrading all the time. Used to make sense, but the stuff is so feature-laden now as it is that I find it difficult to justify the expense when I'm not using all the features as it is. Know what I mean? -Max
-
Judah Himango wrote:
tracking down bugs with IntelliTrace (aka Historical Debugging).
As-advertised, IntelliTrace simply won't work with C++, oh well.
pg--az
Right. Which is fine by me, since I almost never do native development anymore.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
Judah Himango wrote:
Nice to just have it baked-in, ya know?
And you think, based on history, that the MS implementation is less bulky than the ones in Visual Assist (my choice!), ReSharper and CodeRush? ;)
Time you enjoy wasting is not wasted time - Bertrand Russel
Try it and see for yourself. With 3rd party add-ins, you'll end up running into OoME. I believe some of the 3rd party add-ins even have workarounds for this. When it's baked in, there's no overhead for the add-in. Less bloat. And I don't have to buy a 3rd party add-in to boot.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
I like stuff that's new and shiny just like any other geek (after all, I just upgraded to Windows 7 which is nothing but shiny). However, I've also spent a lot of money on MS upgrades over the years that really brought little new to the party. And so, I ask the more experienced among you:
- What makes purchasing VS 2010 worthwhile?
- Can I do things with it that I can't do in VS 2008?
- Does it come in a hyper intelligent shade of the color blue?
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting Services -
without it, you're not a true MS fan.
"it"? You mean the sarcasm?
-
I like stuff that's new and shiny just like any other geek (after all, I just upgraded to Windows 7 which is nothing but shiny). However, I've also spent a lot of money on MS upgrades over the years that really brought little new to the party. And so, I ask the more experienced among you:
- What makes purchasing VS 2010 worthwhile?
- Can I do things with it that I can't do in VS 2008?
- Does it come in a hyper intelligent shade of the color blue?
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting ServicesI am liking VS2010 for the better IntelliSense (especially with javascript/jquery), the tooling refresh (particularly ASP.NET MVC and the Silverlight/WPF experience), multi-targeting, the better deploy/publish paradigm for web-based projects. I use multi-monitor support daily. I like the debug experience a lot better. If you haven't tried watch-variable pinning yet you'll certainly enjoy that. Pex looks like the solution to the 70% of code that we can't find budget for to write tests. The WPF-based code-editor is great for moving around in the code file. Block-shaped editing is awesome. When editing, you also get better visibility and highlighting of tokens/classes/params/etc (when your caret is in one, it lights up all other instances in the class file). Those are some...I've been using it for quite some time so it's hard to remember what isn't there in 2008. As for comments around 'upgrading all the time'...two times in five years isn't by any means 'all the time'. I would suggest that anyone not using the tools available from one version to the next is either maintaining legacy code or stuck in their ways and not willing to spend the time to learn new, valuable career skills. Cheers, -jc
-
The WPF and Silverlight designers are much better - but I rather like typing xaml so I am not sure how much use I will get from them.
If you prefer editing the XAML you'll really enjoy the better editing story with IntelliSense improvements. Cheers, -jc
-
If you prefer editing the XAML you'll really enjoy the better editing story with IntelliSense improvements. Cheers, -jc
I hope so - the intellisense in the VS2008 XAML editor often freezes - typing in "
-
Try it and see for yourself. With 3rd party add-ins, you'll end up running into OoME. I believe some of the 3rd party add-ins even have workarounds for this. When it's baked in, there's no overhead for the add-in. Less bloat. And I don't have to buy a 3rd party add-in to boot.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
Judah Himango wrote:
When it's baked in, there's no overhead for the add-in. Less bloat.
Boy, talk about subtle sarcasm. ;)
Gary
Nope. Try it yourself: VS without Resharper and with. See what kind of performance and memory usage you get.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
Nope. Try it yourself: VS without Resharper and with. See what kind of performance and memory usage you get.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
I find it a little ironic (and possibly amusing) that the first component on it's list to download/install is the "Microsoft Application Error Reporting" component, whatever that is. :)
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
If I wanted longer coffee breaks, I would have stayed with C++. :)
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting Services -
The sarcasim was ANY Microsoft software without Overhead. I don't think it exists - anywhere. It is always bloated. :) And slow....
Gary
Yeah, but I didn't say "zero overhead". Nobody writes software with zero overhead. Instead, I said, "less overhead than loading a large 3rd party add-in".
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
Yeah, but I didn't say "zero overhead". Nobody writes software with zero overhead. Instead, I said, "less overhead than loading a large 3rd party add-in".
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
Yes, but the "large 3rd party add-in" would be smaller and faster than the MS built-in feature. It's all relative.
Gary
No, it isn't. Try using Resharpher on a large solution. Now try with VS2010. See it for yourself.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango -
No, it isn't. Try using Resharpher on a large solution. Now try with VS2010. See it for yourself.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah HimangoJudah Himango wrote:
No, it isn't. Try using Resharpher on a large solution. Now try with VS2010. See it for yourself.
Judah Himango wrote:
Try it and see for yourself. With 3rd party add-ins, you'll end up running into OoME. I believe some of the 3rd party add-ins even have workarounds for this. When it's baked in, there's no overhead for the add-in. Less bloat. And I don't have to buy a 3rd party add-in to boot.
Okay Judah, I'll give you one bad add-in for one bloated application is possibly worse than MS build-in code. You made a generic statement about 3rd party apps, which is still wrong. But, from the resharper site: How ReSharper Helps Visual Studio Users Continuous code quality analysis in C#, XAML, XML, ASP.NET, and ASP.NET MVC. I don't program in those apps, so I have no need for resharper, I guess. Over and out.
Gary