You can download all of the source code provided in the book from this
page. You may download the entire source in one complete zip file or individual
chapters. The majority of the code throughout the book will require a
SQL SERVER or MSDE database. MSDE is available as part of the Visual
Studio.NET installation process. If you do not have a archiving utility
you may go to RarLabs.com
to download a trial version of WinRAR.
-
Complete Source
Includes all of the source code for the entire book. A SQL Script
for creating the WileyParts database that is used throughout the book
can be found in the 'Chapter4Database\Create Scripts' directory. As
an alternative, you can create the database by restoring the provided
database backup mentioned below.
Download (936 kb.)
-
SQL Server Database Backup
A complete backup of the WileyParts database used throughout the book.
You can restore this database to your SQL Server or MSDE installation.
When restoring, you may need to manually change the location of the
data and log files on the Options tab.
Download (147 kb.)
-
Chapter 1 - Making Sense Of .NET
No source code.
-
Chapter 2 - Anatomy Of An ASP.NET Page
Building a basic page and handling events.
Download (11 kb.)
-
Chapter 3 - Server Controls
Complete run-down on all of the Server Controls included with ASP.NET
Download (269 kb.)
-
Chapter 4 - Database Access
Coverage of ADO.NET database access model and techniques.
Download (33 kb.)
-
Chapter 5 - Creating More Advanced ASP.NET Pages
Covers Request and Response objects, cookies, query strings, forms,
session state, Page subclassing and more.
Download (32 kb.)
-
Chapter 6 - Applying What We've Learned So Far
Development of the basic Wiley Parts e-Commerce site.
Download (86 kb.)
-
Chapter 7 - Web Services
Covers how to create and consume web services.
Download (117 kb.)
-
Chapter 8 - Security And Membership
Covers the ASP.NET security model and how it integrates with IIS security.
Download (101 kb.)
-
Chapter 9 - Adding E-Commerce Essentials
Learn how to use XML to communicate with UPS Online services and how
to send eMail.
Download (120 kb.)
-
Chapter 10 - Debugging And Optimization
Covers several debugging techniques, as well as ways to optimize your
web application and keep track of its performance.
Download (25 kb.)