This rant has been brewing for many years... Everything's been downhill since VS6. I'm only joking, but seriously, does anyone remember how lightning fast VS6 was? That was over 15 years ago with much slower computers. I guess application 'snappiness' has not been a priority for the Visual Studio decision makers. I've used VS since the late 90s (writing node.js in ST2 now) and honestly appreciate the hard work and co…
I disagree heavily. Stock VS is very fast. However it does slow down significantly when using a plugin like ReSharper. But for me in the end it is worth it. Show me any text editor or IDE that provides the same number and quality of productivity enhancing features as ReSharper that isn't as slow or slower.
Visual Studio 2013 released to web
121–130 of 162 posts
Re: Visual Studio 2013 released to web
#122Earlier quoted context omitted.
Microsoft developer tools are becoming more and more oriented towards "wizard-and-designer-clickety-clickery" type development. Maybe you are just now noticing, but MS dev tools have always had wizard clicky things. For example, see the original Visual Basics from the 90s.
AFAIK, Visual Basic was targeted at non-professional/beginner programmers, so having wizards and designers is fine there. My main gripe with abundance of today's "visual programming" is that we have memory-managed languages with immense expressive power and ability to write all kinds of DSLs, yet what Microsoft does is it provides crippled XML-backed designers along with half-baked frameworks and class libraries.
Re: Visual Studio 2013 released to web
#123Earlier quoted context omitted.
I think the problem here is that VS needs to satisfy the needs of many different types of developers and also try to appeal each ones personal preferences. Personally I am enjoying VS2012 a lot and it is really sad that there are hardly other IDEs this good.
> I think the problem here is that VS needs to satisfy the needs of many different types of developers No, it does not need to. Someone decided that it needs to pander to web monkeys instead of empowering users that have used VS for 10+ years.
Re: Visual Studio 2013 released to web
#124Earlier quoted context omitted.
I think the problem here is that VS needs to satisfy the needs of many different types of developers and also try to appeal each ones personal preferences. Personally I am enjoying VS2012 a lot and it is really sad that there are hardly other IDEs this good.
I completely agree. I've gone through plenty of good IDE's in the last year. From Dreamweaver, to Text Mate, to Komodo, to Aptana. I started using VS when I landed in a .Net shop and it made sense to use it. Totally blown away by some of the cooler features you can't find on any other IDE. Even the free VS Express (which I now use at home) is so much better than other IDE's out there.
For C++, I find VS rather lacking compared to Xcode (though that's a combination of the compiler being dumb and IntelliSense being poor).
Re: Visual Studio 2013 released to web
#125Earlier quoted context omitted.
Yeah, because I really want to spend hours upon hours studying obscure incantations that someone decided to be making sense. WiX (and MSI, for that matter) is a disaster.
It’s really not that bad. WiX is actually pretty decent, definitely not a “disaster”. It might look more frightening than InstallShield because you don’t get a nice UI that allows you to set up an installer with a few clicks, but I mean, we’re programmers here, surely editing textual configuration files is not an issue? It took me somethong like 30 minutes to replace our old InstallShield installer with WiX.
Re: Visual Studio 2013 released to web
#126This rant has been brewing for many years... Everything's been downhill since VS6. I'm only joking, but seriously, does anyone remember how lightning fast VS6 was? That was over 15 years ago with much slower computers. I guess application 'snappiness' has not been a priority for the Visual Studio decision makers. I've used VS since the late 90s (writing node.js in ST2 now) and honestly appreciate the hard work and co…
Upgrading each of these projects to the 2010/2012/2013 IDE requires about 5 minutes of manual steps - per project!
I still keep a VC6 on my machine (even though it barely works on Win7) because of all that.
What got me stuck on VC6: I benchmarked OutputDebugString in the 2002/2003 versions, and noticed that they were ~10x slower.
The new compilers are a lot better, for sure.
Re: Visual Studio 2013 released to web
#127This rant has been brewing for many years... Everything's been downhill since VS6. I'm only joking, but seriously, does anyone remember how lightning fast VS6 was? That was over 15 years ago with much slower computers. I guess application 'snappiness' has not been a priority for the Visual Studio decision makers. I've used VS since the late 90s (writing node.js in ST2 now) and honestly appreciate the hard work and co…
Re: Visual Studio 2013 released to web
#128This rant has been brewing for many years... Everything's been downhill since VS6. I'm only joking, but seriously, does anyone remember how lightning fast VS6 was? That was over 15 years ago with much slower computers. I guess application 'snappiness' has not been a priority for the Visual Studio decision makers. I've used VS since the late 90s (writing node.js in ST2 now) and honestly appreciate the hard work and co…
I got bit by being really productive in VC6 like 10 years ago. Had a script to clone a template dsw/dsp file, which make a new one, so I have about 400 projects like that, for little experiments, little projects. Upgrading each of these projects to the 2010/2012/2013 IDE requires about 5 minutes of manual steps - per project! I still keep a VC6 on my machine (even though it barely works on Win7) because of all that.…
Re: Visual Studio 2013 released to web
#129This rant has been brewing for many years... Everything's been downhill since VS6. I'm only joking, but seriously, does anyone remember how lightning fast VS6 was? That was over 15 years ago with much slower computers. I guess application 'snappiness' has not been a priority for the Visual Studio decision makers. I've used VS since the late 90s (writing node.js in ST2 now) and honestly appreciate the hard work and co…
I got bit by being really productive in VC6 like 10 years ago. Had a script to clone a template dsw/dsp file, which make a new one, so I have about 400 projects like that, for little experiments, little projects. Upgrading each of these projects to the 2010/2012/2013 IDE requires about 5 minutes of manual steps - per project! I still keep a VC6 on my machine (even though it barely works on Win7) because of all that.…
I have no idea just how they managed to utterly fuck up the performance in VS2002 and later, but it does at least capture every last char of output, if you have the patience to wait for it.
(Perhaps on modern multi-core multi-GHz CPUs the VC6 approach is reliable enough, assuming it's some timing issue. But I have to say that I do prefer the VS2002+ tradeoff. Wish somebody would just fix the whole sorry mess though.)