60 Performance and Optimization Tips for your Website - Avoid throwing exceptions...
(Page 10 of 12 )
42. Avoid throwing exceptions.
43. Enable buffering.
44. Use Page.IsPostBack to prevent code from being needlessly executed.
45. Ensure debug is set to false and the release build is used in production.
46. Use client-side validation controls to reduce server round-trips.
47. Use StringBuilder when concatenating strings.
Database
48. Use SQL Server or another professional level database over Access.
Next: Use stored procedures... >>
More Web Development Articles
More By Jase Dow