This assignment requires the use of Razor syntax to understand and complete Lab 8. The objective is to use ASP.NET MVC layout pages, model and ViewBag to pass objects from controllers to views, and asp tag-helpers. Additionally, model data binding must be used to pass objects from views to controllers. The lab solution should include CRUD code for entities, a generated MVC controller with views using Entity Framework for students, employees, and academic records. The top menu should be set up in the _ACLayout page, and the views of each controller should not have duplicate top menu items. The AcademicRecords controller and its views must be modified to make it more user-friendly, including deleting the Details and Delete views, modifying the Create view to display course code and student number titles in dropdown lists, and adding inline editing of grades.