Be able to write a MVC web application that uses portions of a large, complex pre-existing database
Be able to derive C# models from an existing database using Entity Framework and “Code First with an Existing Database” workflow
Be able to write LINQ queries using fluent syntax
Learn to use C# language features: partial classes
Use more Razor language features to build feature-laden views
The process
I created a navbar that contained dropdown lists for each category in the production database.
Each dropdown contained a list of subcategories to chose from.
ASP.NET MVC 5 Demo
I have included a demo of the MVC project. It can be found in the header by clicking the "Demo Code"
tab.