Tuesday, June 3, 2008

Speed Optimization

Paging - Do not use User Interface Paging. Use ObjectDataSource's CanPage property.
Turn off session state where it is not used - <%@ Page EnableSessionState="False" %>
Viewstate can be turned off when not required .

Use Caching
Use SqlDataReaders
Use Stored Procedures

No comments: