Lab Assignment #8 - Final Project Data Model

Revised: 2/05/2012
Lab #01 Lab #02 Lab #03 Lab #04 Lab #05 Lab #06
Lab #07 Lab #08 Lab #09 Lab #10 Lab #11 Lab #12

w3schools aspAlliance HTML Reference Lecture #8

image file not found


" Not everything that can be counted counts, and not everything that counts can be counted. "
- Albert Einstein (1879-1955)


Requirements:

This lab focuses on Create, Retrieve, Update, and Delete (CRUD) operations with LINQ to SQL.
  1. If you haven't already, update your database from Lab #7 to represent part of your design for your Final Project. We expect this to a good representation of some part of your data model.
  2. Take a least two tables from that database that have a relationship and build CRUD operations that support updates for both tables.
  3. Build views for those operations that are close to those you will use in your final project, e.g., nicely formatted and easy to understand. Use those to demonstrate that you meet the second requirement, above.
Final Project #1, Final Project #2, Final Project #3