AspAlliance.com - Robert Boedigheimer http://aspalliance.com/author.aspx?uId=37622 AspAlliance articles by Robert Boedigheimer Replacing ASP.NET "Base Pages" with a PageAdapter A very popular technique for ASP.NET Web Forms is the use of a custom "base page" class. Learn how to use the adapter framework to more easily provide the same functionality. http://aspalliance.com/1993_Replacing_ASPNET_Base_Pages_with_a_PageAdapter Robert Boedigheimer Tue, 19 Oct 2010 00:00:00 GMT Faster Web Pages Using CSS/JavaScript Minification and Consolidation About 70-90% of the time spent waiting for a page on the average web site is actually due to the number of HTTP requests required for images, JavaScript, and CSS files! A key step in improving load times is reducing the number of these requests. Another is reducing the amount of information that has to be transmitted. This article explains how to minify and consolidate CSS and JavaScript files. http://aspalliance.com/1992_Faster_Web_Pages_Using_CSSJavaScript_Minification_and_Consolidation Robert Boedigheimer Tue, 12 Oct 2010 00:00:00 GMT Detecting ASP.NET Session Timeouts Determine if a user's Session is still active. http://aspalliance.com/520_Detecting_ASPNET_Session_Timeouts Robert Boedigheimer Mon, 27 Sep 2004 00:00:00 GMT Recycling AppDomains This article explains the concept of an AppDomain and provides details on a custom .Net console application to selectively recycle them on a web server. http://aspalliance.com/226_Recycling_AppDomains Robert Boedigheimer Mon, 17 Nov 2003 00:00:00 GMT Practical Web References Learn how to create web references for internal web services that increase performance and reduce errors. http://aspalliance.com/210_Practical_Web_References Robert Boedigheimer Wed, 29 Oct 2003 11:16:11 GMT On the Hour Caching Using the Cache object to avoid queries, increase performance, and handle cache repopulation race conditions. http://aspalliance.com/66_On_the_Hour_Caching Robert Boedigheimer Fri, 17 Oct 2003 03:27:09 GMT Base Page and User Control Classes Create a custom base class for pages and user controls and gain flexibility for adding functionality to all pages and user controls on a site. http://aspalliance.com/63_Base_Page_and_User_Control_Classes Robert Boedigheimer Fri, 17 Oct 2003 03:26:30 GMT Server Side Viewstate Store viewstate information on the web server to avoid corrupted viewstate and browser limitations. http://aspalliance.com/72_Server_Side_Viewstate Robert Boedigheimer Fri, 10 Oct 2003 00:00:00 GMT Modifying Page Output Intercept and modify the output created from a ASP.Net page. http://aspalliance.com/71_Modifying_Page_Output Robert Boedigheimer Thu, 09 Oct 2003 00:00:00 GMT Session Based Singleton Object Use singleton objects stored in the Session object to organize and cleanup session based information. http://aspalliance.com/70_Session_Based_Singleton_Object Robert Boedigheimer Wed, 08 Oct 2003 00:00:00 GMT