Showing tag results for performance

Jul 20, 2012
Post comments count1
Post likes count0

The .NET Framework 4.5 includes new garbage collector enhancements for client and server apps

Brandon Bray

What makes managed code, “managed”? Most people would point to the garbage collector. Automatic memory management makes a tremendous difference in programmer productivity. And when garbage collection improves, all .NET applications benefit. Abhishek Mondal, the program manager for GC on the Common Language Runtime, and Maoni Stephens, the develo...

.NET
Jun 6, 2012
Post comments count3
Post likes count4

Async in 4.5: Enabling Progress and Cancellation in Async APIs

Brandon Bray

The apps developers want to develop today are fast and fluid and the async features in .NET make this easier than ever. The world is also highly connected now which makes waiting for data a real concern for building great customer experiences. Alok Shriram from the .NET Base Class Library program management team continues his discussion on the asyn...

.NET
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