Bugslayer: Measuring the Impact of View State

The .NET Framework is often thought of as an environment where you don't have to think about memory, yet memory issues continue to plague managed applications. Why?

In the November issue of MSDN Magazine, John Robbins presents a tool that lets you look at one of the most insidious performance killers in an ASP.NET app: view state. As you'll see, being able to see your view state usage easily on a production server can mean the difference between thirty minutes of debugging and six weeks of guessing.

View state statistics

Look through the back issues for more Bugslayer columns, or subscribe to the RSS feed for notification of new installments.

Enjoy!

Technorati Tags: ASP.NET, view state, .NET