摘要: ASP.NET State Management ASP.NET includes a variety of options for state management. It features the same Session and Application state collections as traditional ASP (with a few enhancements) and an entirely new view state model. ASP.NET even includes a caching system that allows you to retain information without sacrificing server scalability. Each state management choice has a different lifetime, scope, performance overhead, and level of support. 下表是Collection-based st 阅读全文
posted @ 2008-03-25 22:50 陋室 阅读(399) 评论(0) 推荐(0) 编辑
摘要: ASP.NET ASP.NET 应用程序生命周期概述 本主题概述应用程序生命周期,列出重要的生命周期事件,并描述如何编写适合应用程序生命周期的代码。在 ASP.NET 中,若要对 ASP.NET 应用程序进行初始化并使它处理请求,必须执行一些处理步骤。此外,ASP.NET 只是对浏览器发出的请求进行处理的 Web 服务器结构的一部分。了解应用程序生命周期非常重要,这样才能在适当的生命周期阶段编写代码,达到预期的效果。 应用程序生命周期概述 下表描述了 ASP.NET 应用程序生命周期的各个阶段。 阅读全文
posted @ 2008-03-25 10:18 陋室 阅读(335) 评论(0) 推荐(0) 编辑