Overview
Teach yourself the fundamentals of ASP.NET 2.0—one step at a time. With this practical, learn-by-doing tutorial, you get the guidance you need to start creating components and working applications for the Web!
Discover how to:
- Work in the Microsoft Visual Studio 2005 development environment
- Add standard, built-in controls, custom controls, and Web Parts to any page
- Use Master pages, themes, and skins to build a consistently styled user interface
- Manage access to your application
- Enable personalization capabilities
- Build custom handlers
- Use caching to help improve application performance
- Trace and debug applications
- Configure and manage session state
- Create and use Web services
- Compile and deploy applications
CD features:
- Microsoft Visual C# code samples
PLUS—Get Microsoft Visual Basic 2005 code samples on the Web
A Note Regarding the CD or DVD
The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to [email protected].
Synopsis
Teach yourself the fundamentals of ASP.NET 2.0one step at a time. With this practical, learn-by-doing tutorial, you get the guidance you need to start creating components and working applications for the Web!
Discover how to:
- Work in the Microsoft Visual Studio 2005 development environment
- Add standard, built-in controls, custom controls, and Web Parts to any page
- Use Master pages, themes, and skins to build a consistently styled user interface
- Manage access to your application
- Enable personalization capabilities
- Build custom handlers
- Use caching to help improve application performance
- Trace and debug applications
- Configure and manage session state
- Create and use Web services
- Compile and deploy applications
CD features:
- Microsoft Visual C# code samples
PLUSGet Microsoft Visual Basic 2005 code samples on the Web
A Note Regarding the CD or DVD
The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via OReilly Medias Digital Distribution services. To download this content, please visit OReillys web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to [email protected].
Editorials
From Barnes & Noble
The Barnes & Noble ReviewMicrosoft’s ASP and ASP.NET technologies made web development more accessible than ever. ASP.NET 2.0 makes it better than ever: streamlining data access, simplifying code reuse, and making it easier to achieve consistent look-and-feel. Whether you’re moving up to ASP.NET 2.0 from a previous version or just starting out with web development, George Shepherd gently walks you through everything you need to know, with plenty of step-by-step instructions.
Microsoft ASP.NET 2.0 Step by Step is an entirely new book, not an update, so it fully reflects ASP.NET 2.0’s ways of doing things. After reviewing the absolute basics of web development -- HTTP, and so forth -- you’ll immediately start working with ASP.NET and Visual Studio 2005. Shepherd uses the traditional “Hello World” application to familiarize you with the ASP.NET pipeline and compilation models.
Shepherd moves through working with server-side control tags and Web Forms; using post-back events; creating and using server-side controls that render custom HTML; managing events within controls; and detecting and accounting for differences in browsers. He introduces several especially useful ASP.NET controls, including TreeView and validation controls; then explains ASP.NET’s Web Parts feature for creating portals. There’s also a full chapter on the new master pages, which make it extremely easy to create a common site look and feel.
One step at a time, Shepherd walks you through configuration, authentication, data binding, personalization, session state, caching, debugging, custom handlers, web services, and finally application deployment. There are plenty of C# code samples throughout, and on the CD-ROM. Prefer Visual Basic? You can download equivalent VB code samples from the book’s web site. Bill Camarda, from the January 2006 Read Only