- Avoid excessive round trips to the server.
- Use Page.IsPostback.
- Enable or disable viewstate accordingly.
- Use Response.Write for String concatenation.
- Never use exceptions as a way to control normal program flow.
- Use stored procedures.
- Cache data and output wherever possible.
- Disable Session State when not in use.
- Use SqlDataReader for a fast-forward, read-only data cursor.
Saturday, December 15, 2007
Enhance Dotnet performance
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment