![]() |
|
While functionality is the number one goal of Web development, performance seems to be a close second. After all, a site that isn't used serves no purpose. Caching frequently accessed Web page data is one way to positively impact a Web application's performance. ASP.NET includes caching support that is easily incorporated in your application to boost application performance. ASP.NET 1.x provides three ways to incorporate caching in a Web application: Page Output caching: allows you to cache the dynamically generated page content. Page Fragment caching: caches portions of a Web page. Page Data caching: programmatically caches data/objects within a Web page. Business - All business/finance/loan/mortgage related link can be found here Computers - All computer hardware/software/peripheral related link can be found here Internet - All webhosting/webdesign/internet marketing related link can be found here Software - All software related link can be found here Web Design - All web design/development related link can be found here Web Hosting - All web hosting related link can be found here Web Promotion - All search engine optimization/internet marketing related link can be found here Web Resources - All other web related link can be found here Recreation - All travel/hotel/cruise related link can be found here Casino - All online gambling/poker/blackjack/roulette related link can be found here Health - All online pharmacy/hospital/health related link can be found here Shopping - All online shopping/gift related link can be found here Miscellaneous - All other links can be found here
Location : The location of the cache. Valid values include Any, Client, Downstream, None, Server, and ServerAndClient. The default value is Any. CacheProfile : The name of the cache settings to associate with the page. It is an optional element with no default value. NoStore : A Boolean value signaling whether to prevent secondary storage of sensitive data. Shared : A Boolean value that determines whether user control output can be shared with multiple pages. VaryByCustom : Any text that represents custom output caching requirements. VaryByHeader : A semicolon-separated list of HTTP headers used to vary the output cache. VaryByParam : A semicolon-separated list of strings used to vary the output cache |
Partners |