Features (83)

Ease Web site navigation by implementing ASP.NET's SiteMapPath control

The ASP.NET Site Map Web server control allows you to easily set up and define a Web application's logical structure. It is designed to work with ASP.NET 2.0's Menu, SiteMapPath, and TreeView navigation controls. This article describes how to implement user-friendly Web site navigation with the SiteMapPath control. Read more »

Avoid problems when redirecting via drop-down lists

One of the most important skills a developer needs is the ability to debug and fix problematic code whether it is their own or another developer's handiwork. This article shows how to solve a problem involving redirection and drop-down lists. Read more »

Use the Cache object in ASP.NET designs

ASP.NET's Cache object allows developers to easily implement advanced caching. See how you can control its dependencies and expiration and apply priorities to items in the cache. Read more »

First impressions of ASP.NET's MVC framework

Find out why you may want to use Microsoft's Model View Controller (MVC) framework instead of Web Forms. Read more »

Understand ASP.NET 2.0 configuration file processing

Configuration files are an important aspect of .NET development. Here's a closer look at how ASP.NET 2.0 uses configuration files (specifically machine.config and web.config). Read more »

Enhance applications with the ASP.NET AJAX Control Toolkit

While the ASP.NET AJAX Extensions from Microsoft provides you with basic AJAX support, the ASP.NET AJAX Control Toolkit extends this support by offering more controls and by allowing you to create controls. Read more »

ASP to ASP.NET: Migrating the user interface

You can gain a significant performance increase by migrating a user interface from ASP to ASP.NET. Examine the benefits of the ASP.NET UI model, including reusable code, extensibility, and session state management. Read more »

Reuse common elements with ASP.NET components

Let's explore taking advantage of components when adding navigation to an ASP.NET application. Read more »

Two patterns that promote code reuse in ASP.NET

Learn more about the Page Controller and Front Controller patterns and how you can implement them in your apps to increase code reuse possibilities. Read more »

Achieve common ASP.NET page functionality

In this article we take a look at ASP.NET 2.0's template page feature and how you might create base pages with inheritance. Read more »

Log in


Sign up | Forgot your password?

What's on?