Bookmark: ASP.NET Performance Techniques

Scott recaps Rob Howard's 10 tips for writing high performance web applications and adds some interesting info on pagination.

Returning multiple recordsets is high on my list of optimizations. It's also one of the reasons I don't like MySQL. As much as possible, open the connection, get only the required data you need for the page, and then close the connection.

Published November 17, 2004 · Updated September 17, 2005
Categorized as Quick Links
Short URL: https://snook.ca/s/289

Conversation

2 Comments · RSS feed
Chris Lienert said on November 17, 2004

That link sends me to a login page... am I missing something?

Jonathan Snook said on November 17, 2004

ha! good catch... I copied the wrong URL. The links have been updated to point to the right places.

Sorry, comments are closed for this post. If you have any further questions or comments, feel free to send them to me directly.