.NET news » ASP.NET ASP.NET Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >
ASP.NET 3.5 Unleashed
Author: Stephen Walther
Average rating: 4.0 / 27
(27 reviews)
More .NET ASP.NET books
download
Exploring ASP.NET Session State and Cache data
An article showing how to create quick, "easy to use" views of session state and cache.
10 Jan 2007, 06:09:00   Source: Exploring ASP.NET Session State and Cache data   Tags: ASP.NET
SQL Database Image Storage & Easy Thumbnails
Shows how to store images in SQL Database Image Storage & create Thumnails easiliy from
6 Jan 2007, 06:31:00   Source: SQL Database Image Storage & Easy Thumbnails   Tags: Database ASP.NET
Adding Configuration Support for Custom Providers in Enterprise Library in ASP.NET 2.0
By adding configuration design support, you can make your custom providers look and feel just like the built-in providers, letting users select them and provide settings through the Configuration Console.
4 Jan 2007, 20:09:44   Source: Adding Configuration Support for Custom Providers in...   Tags: ASP.NET
Setting up an ASP.NET website development environment using Visual Studio .NET, Subversion, and Windows XP
The aim of this article is to give developers a complete set of steps that will allow them to setup their own isolated development environment for developing websites with ASP.NET, Subversion, and Windows XP.
SmartPager: a Flickr-style pager control with go-to-page popup layer
ASP.NET pager control similar to Flickr's paging interface, but with tooltips and go-to-page popup layer allowing you to enter the required page number.
JumpyForum: Inspired by Code Project Forum / Discussion / Message board
A very simple forum with the functionality similar to code project discussion board where user can view multiple messages in a tree view, done in C Sharp, ASP.NET, SQL Server and JavaScript.
15 Dec 2006, 16:48:00   Source: JumpyForum: Inspired by Code Project Forum / Discussion /...   Tags: ASP.NET
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.

12 Dec 2006, 18:00:00   Source: Output Caching in ASP.NET 2.0   Tags: ASP.NET Performance
Create Drill-Through Reports using ReportViewer in ASP.NET 2.0
This article provides a step-by-step demo on how to create drill-through reports in local mode using SQL Server 2005, Microsoft Application Blocks, and the ReportViewer control in ASP.NET 2.0.
12 Dec 2006, 12:59:00   Source: Create Drill-Through Reports using ReportViewer in...   Tags: Examples ASP.NET
Explore ASP.NET 2.0 Web Part Infrastructure
Web Parts can help you build better Web sites. Find out why and learn the ins and outs of building and deploying them.
11 Dec 2006, 22:17:13   Source: Explore ASP.NET 2.0 Web Part Infrastructure   Tags: ASP.NET
Build a Poll System in ASP.NET
Explains how to build poll application in ASP.NET. Includes sample project with source code.
11 Dec 2006, 11:42:16   Source: Build a Poll System in ASP.NET   Tags: ASP.NET Examples
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >