Tip #22: Did you know…How to improve performance of Page and Server Control Processing?

Posted: Nov 09, 2008  1 comments  

Average Rating

Tags
ASP.NET
Best Practices
Deepak Verma
tips and tricks
  1. Avoid unnecessary round trips to the server - You can use ASP.NET Ajax and partial page rendering. To get more information, see partial page rendering overview and  ASP.Net Ajax.
  2. Use the Page object's IsPostBack property to avoid unnecessary processing
  3. Leave buffering on unless you have a specific reason to turn it off

Please take a look at Chapter 6 - Improving ASP.NET performance to learn more about best practices.

 

Thanks
Deepak Verma
SDET | Visual Web Developer

View the original post

Submit a Comment

  • Plain text is accepted.
  • URLs starting with http:// are converted to links.