Chris Falter

.NET Design and Best Practices
posts - 42, comments - 82, trackbacks - 24

My Links

News

All source code published on this blog is placed in the public domain.

Archives

Post Categories

Image Galleries

About Me

Performance & Tuning

Health Monitoring in ASP.NET

posted @ Friday, June 06, 2008 1:03 PM | Feedback (0) | Filed Under [ Performance & Tuning ]

A Tool for Troubleshooting Web Apps and Web Services

Recently I discovered a tool that I had needed for a long time. Fiddler, a freeware product created and supported by Microsoftie Eric Lawson, can be used to debug HTTP traffic from any web browser (or client application). Here's how you can use it: 1. View/Analyze HTTP traffic.... 2. Generate test scripts....

posted @ Monday, January 28, 2008 7:20 AM | Feedback (1) | Filed Under [ Performance & Tuning ]

How To: Instrument Your Code to Time Its Use of Resources

If you're dealing with an issue that shows up only in production, sometimes you have to write special diagnostic code. This technique is known as instrumentation. If you don't have a license for a specialized profiler, or if you just want to focus on a small set of critical areas in your code, use the techniques in this post to find your bottleneck(s).

posted @ Friday, July 13, 2007 7:46 AM | Feedback (0) | Filed Under [ Performance & Tuning ]

Solved: The Mystery of DataView's Poor Performance with Large Recordsets

posted @ Tuesday, August 15, 2006 6:24 PM | Feedback (4) | Filed Under [ Performance & Tuning ]

Why You Might Prefer a DataView to an Array of DataRecord

posted @ Monday, August 07, 2006 7:47 PM | Feedback (0) | Filed Under [ Performance & Tuning ]

Array of DataRecord vs. DataView: A Dramatic Difference in Performance

posted @ Friday, August 04, 2006 6:34 PM | Feedback (3) | Filed Under [ Performance & Tuning ]

Powered by: