InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Performance Problems Continue for VS 2008

Posted by Jonathan Allen on Mar 24, 2008

Sections
Development,
Architecture & Design
Topics
Performance & Scalability ,
.NET ,
Artifacts & Tools
Tags
IDEs ,
Visual Studio ,
Visual Basic.NET

Like its predecessors, Visual Studio 2008 continues to have performance issues. Unlike VS 2003 and 2005, Microsoft is actively working on performance patches, if only you know where to look.

The performance update for Visual Basic projects was announced by the VB Team on March 23. The referenced Knowledge Base article is dated February 22 and the files January 29. While some time for testing is expected, two months seems like more than enough time to plan a more visible announcement.

Back on February 8th, Scott Guthrie announced a web development patch for VS 2008. It too is still not visible on the Visual Studio web site and can only be found through news articles and blog postings. To add insult to injury, Visual Studio does have a "check for updates" function. Like in previous versions, it just goes to the generic Windows Update site.

According to DJ Park, the VB patch covers these scenarios:

  • The IDE takes a long time to build/rebuild the solution.
  • You experience a slow response time when you press F5 to start debugging.
  • You experience a slow response time in the Code Editor.
  • You experience a slow response time in IntelliSense

10 comments

Watch Thread Reply

Praise Jesus! by Sancho Panza Posted
As if Eclipse was any better... by Jim Leonardo Posted
Re: As if Eclipse was any better... by Sancho Panza Posted
Re: As if Eclipse was any better... by Jeroen van Bergen Posted
Patch for c# by Tao Michael Posted
Java IDEs by Dan Tines Posted
Re: Java IDEs by George Jiang Posted
Re: Java IDEs by Dan Tines Posted
Re: Java IDEs by Geoffrey Wiseman Posted
Re: comments on IDE's by Alan Williamson Posted
  1. Back to top

    Praise Jesus!

    by Sancho Panza

    .Net is a nice platform but I prefer Java just because I'm forced to be tormented by this slow and miserable POS whenever I work with a .net app. With all the advantages of building an application on top of your own operating system MS still can't build an IDE that holds a candle to any of it's Java peers.

  2. Back to top

    As if Eclipse was any better...

    by Jim Leonardo

    I don't get it, most every Java IDE (and I mean REAL IDE, not a glorified text editor) I've ever used has made VS look like a champ performance-wise. JBuilder is maybe the exception of this, but haven't used that in a LONG time. In fact, until very recently, I though Eclipse to be absolutely dreadful (meaning the last 6 months or so) and couldn't understand how people could use it as slow as it was. I hear people whining about performance, but rarely if ever see the same problems. Of course, I do a few tweaks for performance on any set up, but these are always simple things like setting it to not show that silly web page on start up and to not autodownload content.

  3. Back to top

    Patch for c#

    by Tao Michael

    i want other patches for the c#

  4. Back to top

    Re: As if Eclipse was any better...

    by Sancho Panza

    Who said anything about Eclipse? It would probably be my fourth or fifth choice among Java IDEs (though I'd still choose it over VS if I could). My experience over the last eight years with vs.net is that it chokes as soon as you start working with a moderately sized project. When I have to look at the hour glass for three minutes when switching from code view to design view then I quit doing that and vs becomes nothing more than a glorified text editor and that's where it really fails compared to its java peers. The plugins that are required to bring in the functionality already built into the free java IDEs (refactoring, svn, etc) only seem to compound the performance problem. On top of that VS crashes on me forcing a restart several times per week.




    I'm not interested in getting into an IDE flame war I just want MS to fix these performance issues so that I can do my job without having my concentration continuously interrupted while trying to perform trivial operations.

  5. Back to top

    Re: As if Eclipse was any better...

    by Jeroen van Bergen


    I don't get it, most every Java IDE (and I mean REAL IDE, not a glorified text editor) I've ever used has made VS look like a champ performance-wise.


    Anecdotal evidence is fine, but can you back this up with at least some data? I've used both IntelliJ IDEA and NetBeans quite extensively and have never had a feeling that I was waiting for the IDE, except when performing some big refactoring action, but that is to be expected.



    You mention Eclipse which happens to be the only other Java IDE that I have some experience with. And yes, my personal feeling (no hard data here) is that Eclipse is relatively slow.

  6. Back to top

    Java IDEs

    by Dan Tines

    ...are not even close to VS's debugging capabilities. And then you have to program in Java and not C# 3.0;)

  7. Back to top

    Re: Java IDEs

    by George Jiang

    in Java 5.0, Dude.

  8. Back to top

    Re: Java IDEs

    by Dan Tines

    In C# 3.0, Dude.

  9. Back to top

    Re: Java IDEs

    by Geoffrey Wiseman

    Not having done much debugging in VS, and none of it for ages -- want to elaborate?

  10. Back to top

    Re: comments on IDE's

    by Alan Williamson

    I think it should be mandatory for all replies to include the age of the poster :-) .... maturity ususlly leads to people posting less biased responses. personally I felt the original post assisted in finding useful information, and wasn't really about a comparing IDE's

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.