Workshop

Quiz

1:What are the two most basic features of the guestbook application?
2:How many columns are there in the GuestbookEntries table? Briefly describe the purpose of each column.
3:Imagine that we wanted to allow the guestbook user to optionally enter a home page URL. What changes would need to be made to the user interface and GuestbookEntries table in order to accommodate this additional feature?

Answers

A1: To be able to enter a guestbook entry and to be able to view the existing guestbook entries.
A2: There are five columns in the GuestbookEntries table. The first column, GuestbookEntriesID, is an auto-incrementing primary key column that uniquely identifies each guestbook entry. The Name column specifies the name of the person who has ...

Get SAMS Teach Yourself ASP.NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.