InfoQ

News

Performance Fix Available for VS 2008 and a Surprise Note about VBScript

Posted by Jonathan Allen on Mar 11, 2008 12:10 PM

Community
.NET
Topics
Artifacts & Tools
Tags
Visual Studio

In an attempt to be more responsive, Microsoft is trying to publicly release hot-fixes more frequently. This hot fix affects the performance of VS 2008 when editing web pages.

Areas of improvement include HTML source view, design view, HTML editing, JavaScript editing, and web site build performance. For a complete list of improvements, see Scott Guthrie's blog.

Scott is also soliciting feedback from developers still having performance problems after installing the service pack.

Can you send me an email (scottgu@microsoft.com) with more details and I'll loop someone on the team to investigate? Can you as part of that email also bring up the VS 2008 about box and use the "Copy Info" button to paste your current VS configuration in the email? That will help us identify whether you have the patch installed correctly, and/or what your VS configuration looks like (and if you have any 3rd party VS plug-ins installed that might cause problems).

Buried deep in the comments Scott also mentioned VBScript. Though considered obsolete for over half a decade, many sites still use a mix of classic ASP/VBScript and ASP.NET. Scott writes,

We are going to enable VBScript intellisense support with the next roll-up patch/SP. We have this working now - just need to finish testing it.

No comments

Reply

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.