Heartland Developers Conference
I will be presenting at the
Heartland Developers Conference in December 2004 on the following:
Review practical ASP.Net techniques used by a major food ecommerce site:
- Base Pages - pattern for developing with consistent base page for sitefor changes that impact all pages
- Server Side Viewstate - store viewstate on the web server to increase performance and improve reliability
- On the Hour Caching - leverage caching features to improve performance and reduce back end load
- Detecting Session Timeouts - learn how to detect for a given request if the user's session is still present
- Modifying Page Output - use response filters to adjust the page content after ASP.Net processing but before it is sent to the client