Showing tag results for performance

Mar 20, 2012
Post comments count0
Post likes count0

Improving Launch Performance for Your Desktop Applications

Brandon Bray

Application performance is something we hear about all the time. It almost always falls into one of the top three issues when we aggregate all of the feedback channels from .NET developers. While performance has many characteristics, application startup time is something that everyone can easily relate to. With the .NET Framework 4.5 Beta and the “...

.NET
Oct 3, 2011
Post comments count0
Post likes count0

Large Object Heap Improvements in .NET 4.5

Brandon Bray

Garbage collection is one of premiere features of the .NET managed coding platform. As the platform has become more capable, we’re seeing developers allocate more and more large objects. Since large objects are managed differently than small objects, we’ve heard a lot of feedback requesting improvement. Today’s post is by Surupa B...

.NET
Jul 12, 2010
Post comments count0
Post likes count0

Request for Real-World Web Applications

Web Development Tools Microsoft

In preparation for enhancing Visual Studio design-time experience testing, we’d like to collect a catalog of real world applications to use for performance, stress, and ad hoc testing by the Web Platform and Tools team.  We’re looking for small, medium, and large applications covering a range of architectures, languages, frameworks...

ASP.NET
May 3, 2010
Post comments count0
Post likes count0

NGen: Walk-through Series

CLR Team

The CLR Code Generation team blog has a series of new posts featuring hands-on style content around how to use the NGen technology and how to measure performance benefits from it. You can find the series here.

.NET
Apr 30, 2010
Post comments count0
Post likes count0

General Performance Improvements in VS2010 since Beta2

Web Development Tools Microsoft

When we released Beta2 in Oct 2009, there was a lot of customer excitement about the super cool features in VS 2010. However, one recurring complaint from customers was that the performance of VS 2010 was not on par with Orcas. Customers were experiencing general slowness in a lot of features that was hindering them with daily operations. We heard ...

ASP.NET
Nov 21, 2008
Post comments count0
Post likes count0

Workaround for a slow closing of Web projects

Web Development Tools Microsoft

A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We fould that the issue may be caused by VS logging component that collects information on product usage. This is an opt-in feature activated in Help | Custom...

ASP.NET
Nov 19, 2008
Post comments count0
Post likes count0

So, what’s new in the CLR 4.0 GC?

maoni

PDC 2008 happened not long ago so I get to write another “what’s new in GC” blog entry. For quite a while now I’ve been working on a new concurrent GC that replaces the existing one. And this new concurrent GC is called “background GC”. First of all let me apologize for having not written anything for so long. It’s been quite busy working on the n...

.NET
Oct 23, 2008
Post comments count0
Post likes count0

Dev 10 Performance Improvements Planning

Web Development Tools Microsoft

Web Development Tools team is planning to spend cycles in Dev10 to improve the performance of Web Development scenarios. In that effort, we have identified the following areas where we should maintain parity with VS 2008 SP1/ improve for Dev 10. We came up with the list based on our team’s tests/ regular usage/ customer feedback/ forum posts....

ASP.NET
Jun 16, 2008
Post comments count0
Post likes count0

Anti-virus programs can affect VS build performance

Web Development Tools Microsoft

We have had complaints from some customers saying that their Web Project build performance with VS is very slow and it turns out that for some of the complaints the actual issue was anti-virus programs running on their machines. So, how do anti-virus programs affect VS build? Please take a look at the following snippet from ScottGu's blog to u...

ASP.NET
Apr 24, 2008
Post comments count0
Post likes count0

Public alias to report performance issues with VWD 2008

Web Development Tools Microsoft

As a part of creating a way for customers to directly communicate with the product team and get help if they are running into performance issues in Visual Web Developer 2008 or web-related features in Visual Studio 2008, the product team has created a public alias to report all performance related concerns about the product. The alias is vwdperf-at...

ASP.NET