Always Learning

Essential ASP.NET With Examples in C#
Fritz Onion

ISBN-10: 0201760401
ISBN-13:  9780201760408

Publisher:  Addison-Wesley Professional
Copyright:  2003
Format:  Paper; 432 pp
Published:  02/11/2003
Status: Instock


Customers outside the U.S., click here.


Print this content

In this section:


Description

Essential ASP.NET with Examples in C# is the C# programmer's definitive reference for ASP.NET through version 1.1. Intended for students with advanced programming experience, this book provides them with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well architected Web applications.

This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in C#.


Features

With coverage not found in other titles and endorsed by the architects of ASP.NET, this book is essential for any serious ASP.NET developer

° Provides practical information on how to use ASP.NET, backed up by a solid understanding of how and why it works the way it does

° Based on the author's extensive experience teaching ASP.NET to professional developers

° Covers the upcoming release of ASP.NET, and is part of the authoritative Microsoft .NET Development Series


Table of Contents



Foreword.


Preface.


1. Architecture.

Fundamentals.

ASP 4.0.

Compilation versus Interpretation.

System.Web.UI.Page.

Code-Behind.

Event Handling.

Shadow Copying.

Directives.

The New Intrinsics.



2. Web Forms.

Server-Side Controls.

ViewState.

Events.

A Day in the Life of a Page.

Web Forms and Code-Behind.

Root Path Reference Syntax.

HtmlControls.

WebControls.

List Controls.

WebControls versus HtmlControls.

Building Web Forms with Visual Studio .NET.



3. Configuration.

web.config.

Configuration Hierarchy.

Location Element.

Element Placement.

Impact of Configuration Changes.

IIS and web.config.

Configuration Data.

Process Model.

Accessing Process Information.

IIS 6.0 Process Model Changes.

Additional Settings.

Reading Configuration Information.

Building a Custom Configuration Section Handler.

Using the NameValueFileSectionHandler.



4. HTTP Pipeline.

A Day in the Life of a Request.

Ten Thousand-Foot View of Request Processing.

Inside the Pipeline.

Context.

Applications.

Application Events.

Declarative Object Creation.

Custom Handlers.

Custom Handlers for File Processing.

.ashx.

Handler Pooling.

Custom Handler Factories.

Custom Modules.

Modules as Filters.

Module Pooling.

Modules versus global.asax.

Threading in the Pipeline.

Asynchronous Handlers.



5. Diagnostics and Error Handling.

Diagnostics in ASP.NET.

Page Tracing.

Writing Trace Messages.

Application-Level Tracing.

Performance Monitor Counters.

Debugging.

Error Handling.

Unhandled Exceptions.



6. Validation.

Form Validation.

Client-Side Validation.

Server-Side Validation.

Validation Observations.

Validation Control Architecture.

Page Validation.

Client-Side Validation.

Validation Controls.



7. Data Binding.

Fundamentals.

Data Binding Controls.

Binding to Database Sources.

IDataReader Binding.

DataSet Binding.

DataSet versus DataReader for Data Binding.

DataGrid.

DataGrid Paging.

DataGrid Sorting.

DataGrid Editing.

Templates.

Data Binding Evaluation Syntax.

DataBinder.

Templated Controls.

Repeater.

DataList.



8. Custom Controls.

Fundamentals.

Writing Custom Controls.

Using Custom Controls.

System.Web.UI.Control.

HtmlTextWriter.

Browser Independence.

Subproperties.

Inner Content.

Generating Client-Side Script.

System.Web.UI.WebControls.WebControl.

State Management.

ViewState.

Explicit Post-Back Data Handling.

Composite Controls.

Creating Child Controls.

Custom Events.

User Controls.

Validation and Data Binding.

Supporting Validation.

Data-Bound Controls.

Implementing a Data-Bound Control.

Designer Integration.

Properties and Appearance.

Type Converters.

Property Editors.

Designers.



9. Caching.

Caching Opportunities in ASP.NET.

Output Caching.

Output Caching Location.

Caching Multiple Versions of a Page.

Page Fragment Caching.

Output Caching Considerations and Guidelines.

Data Caching.

Cache Entry Attributes.

Cache Object Removal.

Data Cache Considerations and Guidelines.



10. State Management.

Types of State.

Application State.

Session State.

Session Key Management.

Storing Session State out of Process.

Cookie State.

View State.



11. Security.

Web Security.

Server Authentication.

Client Authentication.

Security in ASP.NET.

Client Authentication and Authorization.

Forms Authentication.

Authentication Cookies in Web Farms.

Optional Authentication.

Password Storage.

Salted Hashes.

Role-Based Authentication.

System Identity in ASP.NET.



Index. 0201760401T02042003



Back to top

Print this content

In this section:


Sample Chapter

View a Sample Chapter PDF:/samplechapter/0201760401.pdf


Author Bios

Fritz Onion is a member of the technical staff at DevelopMentor where he teaches courses in .NET and oversees the ASP.NET curriculum. He is a former columnist for C++ Report, and currently writes articles for various publications including MSDN Magazine. He speaks regularly at industry conferences and was the cochair of the Web development track at Win-Dev's Fall Developers Summit 2002. Fritz received his B.A. from Harvard University and his M.S. from the University of California, Irvine.



0201760401AB11072002


Backcover Copy

Praise for Essential ASP.NET with Examples in C#

“Essential ASP.NET with Examples in C# is so good that it’s the only ASP.NET book on my working bookshelf.”

         —LARRY O’BRIEN, .NET Watch columnist, SD Times

“Essential ASP.NET is positioned to become the seminal book on the most important advancement to Web development in years.”

         —JUSTIN BURTCH, software engineer

“Fritz’s explanations are clear and concise without being patronizing; his examples are succinct without being trivial. I can now say that after reading Fritz’s book, and trying a few things out, I feel that I ‘know’ ASP.NET. Reading his book has been a very helpful experience.”

         —RICHARD GRIMES, .NET author and consultant

“Like many of the teachers who have worked with DevelopMentor, Fritz has a great ability to make complex concepts very easy to understand. The explanations go deep enough that I’ve had several ‘a ha’ moments while finally understanding how some features really worked.”

         —SCOTT SEELY, Microsoft Corporation

“This is an excellent book! It has a straightforward style and is comprehensive.”

         —DARYL RICHTER, software architect

“This book greatly improves the understanding of ASP.NET. The text is concise and examples are well written. The signal-to-noise ratio of this book is very high. I am sure it will be a great value to its readers.”

         —AMIT KALANI, software programmer/analyst

“Fritz Onion’s Essential ASP.NET is one of the best ASP.NET books I have read.”

         —JAMES EDELEN, Microsoft MVP

“It is deep enough that everyone is assured of learning something, no matter how experienced you may already be.”

         —PAUL WILSON, Software Architect, WilsonDotNet.com

“The book is a winner, and a must-have for experienced developers who want to augment their knowledge of ASP.NET by being aware of what goes on under the hood.”

         —JASON SALAS, MBA, MCP, and Web Development Manager for Pacific Telestations, Inc.

“If you are looking for an ASP.NET book that can help take you to the next level, Essential ASP.NET with Examples in C# is your first class ticket.”

         —ROBBE MORRIS, Senior Software Engineer, EggHeadCafe.com

"This well-conceived and well-written book has extensive knowledge and priceless experience overflowing from its pages. It captures the true essence of ASP.NET and walks the reader to a high level of technical and architectural skill."
--J. Fred Maples, Director of Software Engineering, NASDAQ.com

Essential ASP.NET with Examples in C# is the C# programmer's definitive reference for ASP.NET through version 1.1. It provides experienced programmers with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well architected Web applications.

This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in C#.

Among the topics explored in depth are:

  • ASP.NET architecture
  • Web forms
  • Configuration
  • HTTP pipeline
  • Diagnostics and error handling
  • Validation
  • Data binding
  • Custom controls
  • Caching
  • State management
  • Security
  • Essential ASP.NET with Examples in C# provides readers with the know-how needed to build more powerful, better architected Web applications with ASP.NET.



    Back to top

    Print this content

    This product is a member of the following series. Click on the series name to see the full list of products in the series.

    Back to top

    Log in to the Instructor Resource Center

    Login name: 

      Password: 

    Forgot login/password?  |  Need to redeem an access code?

            

    Instructor Resource Center File Download

    This work is protected by local and international copyright laws and is provided solely for the use of instructors in teaching their courses and assessing student learning. Dissemination or sale of any part of this work (including on the World Wide Web) will destroy the integrity of the work and is not permitted. The work and materials from this site should never be made available to students except by instructors using the accompanying text in their classes. All recipients of this work are expected to abide by these restrictions and to honor the intended pedagogical purposes and the needs of other instructors who rely on these materials.

    Cancel     I accept, proceed with download

    Print this content

    Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students contact your Pearson Higher Education representative.

    Back to top