Homework 8

ASP.NET MVC 5 HW8 Database Project

Purpose of Project

  1. Be able to write a MVC web application that uses a multi-table, relational database instance that you created
  2. Be able to create models with foreign keys and navigation properties
  3. Be able to implement CRUD functionality with non-trivial models
  4. Learn to write more complex T-SQL scripts to create more complex database tables
  5. Practice more LINQ
  6. Implement custom attribute checking

The App

This is a multy page and multy table database that manages artists and their artwork. In the app you can view, create, edit, and delete artists from the database. You can view lists of artwork done by artists and a list of artwork classifications. The main page contains genre buttons that display artwork by genre in the main page using ajax.

ASP.NET MVC 5 Demo

I have included a demo of the MVC project. It can be found in the header by clicking the "Code Demo" tab for screenshots with sample code.