August 2010
Intermediate to advanced
1224 pages
34h 17m
English
We want to define an application scenario that we can use both to introduce the basics of debugging and to function as a base for us to build on throughout the chapter when demonstrating the many features of the debugging tools. In this scenario, imagine you are writing a web page that enables customers to view and edit their profiles. This page offers new functionality to a larger, existing application. The following are some of the conditions that surround this application scenario:
• The customers’ profiles are stored in a SQL 2008 database.
• A data access library abstracts all access to the database.
• A web service exists to provide access to the customers’ profile information.
Your task is to write a page using the web service ...