In the post below I am going to run down a short-list of some of the less-popular performance tips and the reasoning behind them. There are loads of blog postings and articles on asp.net performance enhancements, and I urge you to check those out as well. Onto the good stuff…

  • Session.ReadWrite versus Session.ReadOnly
  • Optimizing your Session when using Out-Of-Process (E.g., State Server or State Database) Session Management<
  • Cache and…
  • Use HTTP Compression!!!
  • Be careful with the App_Themes folder!
  • Be careful how you populate objects!

SanjayASP.NET Performance Tips