.NET news » Search results
Search results for query "asp" (244):
Adding Configuration Support for Custom Providers in Enterprise Library in ASP.NET 2.0
ASP.NET 2.0 Web Part Infrastructure and SharePoint 2007
Output Caching in ASP.NET 2.0
One of the most sure-fire ways to improve a web application's performance is to employ caching. Caching takes some expensive operation and stores its results in a quickly accessible location. ASP.NET version 1.0 introduced two flavors of caching:
- Output Caching - caches the entire rendered markup of an ASP.NET web page or User Control for a specified duration.
- Data Caching - a programmatically-accessible, in-memory data cache for storing objects in the web server's memory.
For a more in-depth discussion on ASP.NET 1.x's caching capabilities, refer to Scott McFarland's Caching with ASP.NET and Steve Smith's ASP.NET Caching: Techniques and Best Practices articles.
In ASP.NET 2.0, the caching system has been extended to include SQL cache dependencies, cache profiles, and post-cache substitution for output cached pages. The Caching for Performance section of the ASP.NET 2.0 QuickStarts provides a good overview of ASP.NET 2.0's caching options. This article explores output caching in ASP.NET 2.0, starting with an overview of output caching and followed by a detailed look at creating pages that include both cached and non-cached markup using fragment caching and post-cache substitution techniques.
Explore ASP.NET 2.0 Web Part Infrastructure
Build a Poll System in ASP.NET
ASP.NET 2.0 CSS Friendly Control Adapters 1.0 Released!
Web Control Enhancements in ASP.NET 2.0
Using Enterprise Library in ASP.NET 2.0 Partial Trust Mode
Extending the ASP.NET 2.0 Resource-Provider Model
Creating a Tag Cloud in ASP.NET
In this article we'll examine how to build a tag cloud in ASP.NET. In this article we'll focus on accomplishing this through code in an ASP.NET page's code-behind class. In a future article, we'll move this code out of the ASP.NET page and into a stand alone, custom, compiled server control that supports data binding, use of declarative data source controls, and so on..


Syndicate