Reading
Required Reading
Reference Reading
Learn MVC in 7 Days – Day 1 – http://www.codeproject.com/Articles/866143/Learn-MVC-step-by-step-in-days-Day
Supporting Lectures
Lecture – Getting Started with MVC for Web Forms Programmers
Case Study Model Based development in MVC
Lecture – Model Based Development in MVC Part 1
Video Model Based Development in MVC Part 2
Lecture – Model Based Development with MVC Part 3
Other Lectures- this lecture series covers all topics necessary to develop an MVC application.
MVC Part 3 – Creating Your First MVC Application | https://www.youtube.com/watch?v=KvTy_FAYjks |
MVC Part 4 – Controllers in an MVC Application | https://www.youtube.com/watch?v=duQ1Pvr-oW0 |
MVC Part 5 – Views in an MVC Application | https://www.youtube.com/watch?v=N6srbKfNcV4 |
MVC Part 6 – ViewData and ViewBag in MVC | https://www.youtube.com/watch?v=KrdMO2akohE |
MVC Part 7 – Models in MVC Application | https://www.youtube.com/watch?v=KYOMgtZ4k3w |
MVC Part 8 – Data Access in MVC using Entity Framework | https://www.youtube.com/watch?v=Lrr66APUwBk |
MVC Part 9 – Generate Hyperlinks using Actionlink HTML Helper | https://www.youtube.com/watch?v=It_X8Br2rmY |
MVC Part 10 – Working with Multiple Tables in MVC | https://www.youtube.com/watch?v=oN1f2Vpc-wU |
The series continues with more advanced topics taking you through all aspects of MVC application development.
Associated Assignments
Support Materials
Back to List of All COP4834 Topics