In this chapter, you'll learn:
How to migrate ASP.NET 1.x applications to ASP.NET 2.0.
By Microsoft ASP.NET Team|
Visual Studio 2005 provides Web application developers with a long list of improvements and enhancements to Web projects.
By Microsoft ASP.NET Team|
In ASP.NET 1.x, developers had a choice between an inline code model and a code-behind code model. Code-behind could be implemented using either the Src attribute or the CodeBehind attribute of the...
By Microsoft ASP.NET Team|
ASP.NET 2.0 enhances server controls in many ways. In this module, we’ll cover some of the architectural changes to the way ASP.NET 2.0 and Visual Studio 2005 deals with server controls.
By Microsoft ASP.NET Team|
One of the key components to a successful Web site is a consistent look and feel. In ASP.NET 1.x, developers used user controls to replicate common page elements across a Web application. While tha...
By Microsoft ASP.NET Team|
The DataGrid control in ASP.NET 1.x marked a great improvement in data access in Web applications. However, it wasn’t as user-friendly as it could have been. It still required a considerable amount...
By Microsoft ASP.NET Team|
Most ASP.NET applications rely on some degree of data presentation from a back-end data source. Data-bound controls have been a pivotal part of interacting with data in dynamic Web applications. AS...
By Microsoft ASP.NET Team|
An understanding of caching is important for a well-performing ASP.NET application. ASP.NET 1.x offered three different options for caching; output caching, fragment caching, and the cache API.
By Microsoft ASP.NET Team|
ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way to incorporate a login form into your ASP.NET app...
By Microsoft ASP.NET Team|
There are major changes in configuration and instrumentation in ASP.NET 2.0. The new ASP.NET configuration API allows for configuration changes to be made programmatically. In addition, many new co...
By Microsoft ASP.NET Team|
There are major changes in configuration and instrumentation in ASP.NET 2.0. The new ASP.NET configuration API allows for configuration changes to be made programmatically. In addition, many new co...