Wednesday, March 28, 2012

ITC 172 Assignment Three (LINQ)

Overview

Instead of doing the whole web site over in Linq, we will modify the assignment to do two things: display a list of registered customers, then then on a separate page add a new customer. Instead of 50 points the assignment will be worth 20

This assignment has the exact functionality of Assignment two, only it uses LINQ instead of ADO.

That means it will have the opening page with the Services, location and login control

It will have the welcome page with customer and vehicle information

It will have the insert page for a new customer

It will have the update page for customer information

It will have the error handler page

All these pages can look and function the same as the ADO pages.

The big difference is we will use LINQ for all the code. We will not need to create our own vehicle or customer or manager classes because LINQ will create them for us.

What I am Looking For

This assignment will also be worth 50 points

Part one: adding the LINQ to SQL Classes 4 pts, Getting the Locations 3 pts, getting the Services 3 pts
Part two, login and redirect 5 pts, Getting and displaying customer and vehicle information 5 pts
Part three Insert form 2 pts, validation 3 pts, insert into database 5 pts
Part four Filling in update form 5 pts, updating database 5 pts

Part five Error trapping 5 pts, Error page 5 points

No comments:

Post a Comment