Programming ASP.NET 3.5, 4th Edition
Building Web Applications
Publisher: O'Reilly Media
Release Date: October 2008
Pages: 1168
Read on Safari with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything on Safari. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
Programming ASP.NET 3.5 includes examples and sample code that let you explore development with ASP.NET in more depth. With this book, you will:
- Learn about AJAX and ASP.NET server controls included with Visual Studio 2008
- Discover how to use the DataSource and data-bound controls in ADO.NET
- Use the new LINQ API and learn how to make use of it within ASP.NET pages
- Create a uniform look and feel throughout your application with Master Pages
- Use navigation controls to build site maps, menus, and breadcrumbs quickly and easily
- Build and use various web services with WCF
- Detect errors during development and handle them in your production code
- Learn how to configure and deploy your website
Written by Microsoft technology experts Jesse Liberty, Dan Hurwitz, and Dan Maharry, Programming ASP.NET 3.5 is the best book for learning how to build dynamic, interactive web applications using Microsoft's latest technologies.
Table of Contents
-
Chapter 1 Web Development in 2008
-
AJAX
-
.NET Framework 3.0 and 3.5
-
Visual Studio 2008
-
Internet Information Services 7.0
-
Beyond 2008
-
On to VS2008
-
-
Chapter 2 Visual Studio 2008
-
First Sight: The Start Page
-
Creating Your First Web Page
-
Projects and Solutions
-
The Integrated Development Environment
-
-
Chapter 3 Controls: Fundamental Concepts
-
Events
-
ASP.NET Server Controls
-
AJAX Server Controls
-
HTML Server Controls
-
Client-Side Processing
-
-
Chapter 4 Basic Controls
-
Visual Studio Is Not Mandatory
-
Web Forms: Plain or AJAX?
-
Label Controls and Literal Controls
-
TextBox Control
-
HiddenField Control
-
Button Controls
-
HyperLink Control
-
Images
-
Selecting Values
-
-
Chapter 5 More Controls
-
Panel Controls
-
The UpdatePanel Control
-
MultiView and View Controls
-
The Wizard Control
-
The FileUpload Control
-
The AdRotator Control
-
The Calendar Control
-
-
Chapter 6 Website Fundamentals
-
The Page Class
-
The Code-Behind File
-
Moving to Another Page
-
State
-
Life Cycle
-
Directives
-
-
Chapter 7 Data Source Controls and Connections
-
Sources of Data and DataSource Controls
-
Using the ObjectDataSource Control
-
Using the XmlDataSource Control
-
Using the SqlDataSource Control
-
Tracking the Data Source with Events
-
-
Chapter 8 Using Data-Aware Controls
-
Hierarchical Data Controls
-
Tabular Data Controls
-
Lists of Data
-
One Record at a Time: DetailsView
-
Many Records at a Time: GridView
-
Templated Controls
-
-
Chapter 9 ADO.NET
-
The ADO.NET Object Model
-
Getting Started with ADO.NET
-
Creating Data Objects by Hand
-
Stored Procedures
-
Updating with SQL and ADO.NET
-
Updating Data with Transactions
-
Binding to Business Objects
-
-
Chapter 10 Presenting LINQ
-
Deconstructing LINQ
-
LINQ Providers
-
LINQ to XML
-
LINQ to SQL
-
-
Chapter 11 Validation
-
The RequiredFieldValidator
-
The Summary Control
-
The Compare Validator
-
Range Checking
-
Regular Expressions
-
Custom Validation
-
Validation Groups
-
-
Chapter 12 Forms-Based Security
-
Authentication
-
Setting Up Forms-Based Authentication
-
-
Chapter 13 Master Pages and Navigation
-
Master Pages
-
Navigation
-
Filtering Based on Security
-
-
Chapter 14 Personalization
-
Creating Personalized Websites
-
Themes and Skins
-
Web Parts
-
-
Chapter 15 Custom and User Controls
-
User Controls
-
Custom Controls
-
Derived Controls
-
Composite Controls
-
-
Chapter 16 Web Services
-
Introducing Web Services
-
Understanding Web Service Protocols and Standards
-
Using SOAP Web Services
-
Developing an ASP.NET SOAP Web Service
-
Calling the Web Service
-
Developing a WCF Web Service
-
Creating and Consuming AJAX-Enabled Web Services
-
Introducing REST and JSON
-
Learning More About Web Services
-
-
Chapter 17 Caching and Performance
-
Types of Caching
-
Data Caching
-
Output Caching
-
Fragment Caching: Caching Part of a Page
-
Object Caching
-
The HttpCachePolicy Class
-
Performance
-
Benchmarking and Profiling
-
-
Chapter 18 Application Logic and Configuration
-
Introducing IIS 7.0
-
Application-Wide Logic
-
Configuring the Application
-
Modifying web.config with IIS 7.0
-
Web Site Administration Tool
-
Custom Configuration Sections
-
-
Chapter 19 Tracing, Debugging, and Error Handling
-
Creating the Sample Application
-
Tracing
-
Debugging
-
Error Handling
-
Custom Error Pages
-
-
Chapter 20 Deployment
-
Assemblies
-
Local Deployment
-
Global Deployment
-
Windows Installer
-
Web Deployment Projects
-
-
Chapter 21 Epilogue: From Now to vNext
-
(Some of) The Winnowing Process
-
On the Stove
-
On the Far Horizon
-
-
Appendix Installing the AJAX Control Toolkit
-
Downloading the Code
-
Building the Code and Looking Around
-
Integrating the Toolkit with VS2008
-
-
Appendix Relational Database Technology: A Crash Course
-
Tables, Records, and Columns
-
Table Design
-
SQL
-
Further Reference
-
-
Appendix Keyboard Shortcuts
-
General Actions
-
Text Generation and Refactoring
-
Text Navigation
-
Text Editing and Selection
-
Main Window Shortcut Keys
-
Tool Window Shortcut Keys
-
Find-and-Replace Shortcut Keys
-
Macro Shortcut Keys
-
Debugging Shortcut Keys
-
-
Colophon