Showing tag results for Performance

May 25, 2012
Post comments count0
Post likes count0

Visual Studio 11 Performance: Improvements in Typing and Editing Responsiveness

Visual Studio Team

After the beta release, we published several posts on the performance improvements in Visual Studio 11. Since the beta release, we have made a number of additional enhancements, continuing our quest to improve the performance of Visual Studio. The performance work done between beta and the upcoming RC was substantial and covered many aspects of the...

Debugging and DiagnosticsC#XAML
Mar 19, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #3

Visual Studio Team

Welcome back to the 3rd and final part of the Visual Studio 11 Beta Performance series. This week’s topic is Debugging. As I mentioned in the 1st post debugging is a key component in your continuous interaction with Visual Studio and we heard from you that the compile, edit and debug cycle had hiccups and was sluggish. I would like to introduce Tim...

Debugging and DiagnosticsJavaJavaScript
Mar 12, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #2

Visual Studio Team

Welcome back to part 2 of the Visual Studio 11 Beta Performance series.  This week’s topic is Solution Load.  We received a great deal of feedback from you clearly telling us that it takes too long to get into your code when loading solutions.  I would like to introduce Nathan Halstead, from the Visual Studio Pro Team, whose information below descr...

Debugging and DiagnosticsPerformanceMachine Learning
Mar 5, 2012
Post comments count0
Post likes count0

Visual Studio 11 Beta Performance Part #1

Visual Studio Team

Following the //Build conference last year I posted “Addressing Visual Studio Performance” to gather your feedback on Visual Studio performance and to discuss with you those areas you felt were important for us to improve. Next, I posted “An update on Visual Studio Performance” about some of the work we are doing and promised you a set of entries a...

Debugging and DiagnosticsC#Visual Basic
Oct 20, 2011
Post comments count0
Post likes count0

An update on Visual Studio performance

Visual Studio Team

I wanted to take the time to thank everyone who has contributed to our UserVoice performance site by entering areas you would like to see us improve and for voting on those items.  To date we have had over 4700 posts and votes showing the passion you all have for Visual Studio and its performance.  For those that have downloaded the Visual Studio 1...

Performance
Sep 16, 2011
Post comments count0
Post likes count0

Addressing Visual Studio performance

Visual Studio Team

Visual Studio’s performance continues to be a hot topic for a lot of customers. We hear you and are investing to improve the performance of the product in those areas that are important to you. There are two key parts to our approach: Collecting Customer Feedback We are working to make your feedback less ad hoc and give you a single p...

Performance
Aug 24, 2011
Post comments count0
Post likes count0

How we use your PerfWatson data to identify Unresponsive areas

Visual Studio Team

At the end of April, we released a telemetry system to monitor and report the performance issues that our customers face during their everyday use of the product. To start off, I would like to thank everyone who installed Visual Studio PerfWatson! These reports have provided valuable insight into where you are encountering issues, and have helped u...

Debugging and DiagnosticsC#Performance
May 2, 2011
Post comments count0
Post likes count0

Using PerfWatson to report performance issues to Microsoft

Visual Studio Team

By Selma IkizWould you like Visual Studio 2010 to be even faster? Would you like any performance issue you see to be  reported automatically without any hassle? Well now you can, with the new Visual Studio PerfWatson extension! Install this extension and help us deliver a faster Visual Studio experience.We’re constantly working to improv...

Visual Studio 2010Performance
Jun 21, 2010
Post comments count0
Post likes count0

Add References Faster with the new Add Reference Dialog in the Productivity Power Tools

Visual Studio Team

Two weeks ago, we launched the Productivity Power Tools at TechEd North America and the response has been great with over 37000 downloads so far!  Many of you also may have noticed that an updated version of the Power Tools was released last week.  This update fixed an issue where the extension update check would fail on machines that req...

ExtensionsProductivityVisual Studio 2010
Mar 7, 2010
Post comments count0
Post likes count0

Tuning C++ build parallelism in VS2010

Visual Studio Team

A great way to get fast builds on a multiprocessor computer is to take advantage of as much parallelism in your build as possible. If you have C++ projects, there’s two different kinds of parallelism you can configure. What are the dials I can set? Project-level parallel build, which is controlled by MSBuild, is set at the solution level in Visual...

C#Node.jsPerformance