Be able to write a MVC web application that uses a multi-table, relational database instance that you created
Be able to create models with foreign keys and navigation properties
Be able to implement CRUD functionality with non-trivial models
Learn to write more complex T-SQL scripts to create more complex database tables
Practice more LINQ
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.