Menu Example
We are actually talking about a restaurant menu here. This case study demonstrates a database of menu items for restaurants and how to build an application to manage this online menu.
Lecture Playlist
The full playlist for the video series is – https://www.youtube.com/playlist?list=PL8kKejlVENAXuNhgSOvNqnAhebeIYAZem
Introduction
This case study uses the menu item database from COP4709 (this database is an assignment that is created here – https://cop4709.pbworks.com/w/page/91180758/COP4709%20Assignment%203A%20-%20Stored%20Procedures . The schema is also included below.
The case study will create a full MVC web based front end for this database and cover all the code associated with this process.
- Lecture – Menu Case Study Part 1 – Using MVC to Create Entry Screens
- Lecture – Menu Case Study Part 2 – Creating a Custom View
- Lecture – Menu Case Study Part 4 – Generating a Javascript call from a Razor Object
- Lecture – Menu Case Study Part 5 – Ajax Calls
- Lecture – Menu Case Study Part 6 – Serializing Data
- Lecture – Menu Case Study Part 7 – Database Constraints