Project 1
- Online Geography Quiz : Creates a quiz using HTML and ASP.NET. Answers are taken from the quiz on HTML and transferred to
ASPX server-side page. The ASPX page will be responsible for recording student information and calculating final grades.
Project 2
- Coffee Shop : Loads an ASPX page that creates loads an order page. The user can select a list of menu items to order. The
gridviews items are loading from Temple University's database. The user can enter their info. After the user submits
their order, the order is recorded in the database. A second page called SalesReport.aspx allows the user to see the top entries
for menu items and returning users.
Project 3
- Real Estate : Loads multiple aspx pages that represents a simulated real estate website. The user is allows to view homes,
request showings and make an offer on a home. The user will be able to search through the home list inside the database to
find the home they are looking for. If the user is also a sales agent, then they can list homes, edit them, and review
showing requests and offers.