Question: C# assignment, please read all instructions carefully. Provide all code needed for an ASP.NET MVC application to run on visual studios. Specifications are below. The
C# assignment, please read all instructions carefully.
Provide all code needed for an ASP.NET MVC application to run on visual studios. Specifications are below.
The application MUST run.
The application MUST have a navigation menu, with a drop down section named "Assignments", as shown in the image below.

Acceptance criteria to follow:
- Create a new drop down menu item under the Assignments drop down called "Assignment 10"
Create a new controller for this assignment
This new page must accept a route parameter that is an integer between 1 and 10 for access level
- Create a Student model class with the following properties (FirstName, LastName, Grade)
- Create view model which contains a list of Student objects and the access level from the route parameter
- Using Razor loops, conditionals, and partial views create a view.
If the access level is less than 2 show only "You do not have a sufficient access level to view this data."
If the access level is greater than 2 but less than 8 show a line for each student, but only display FirstName and LastName NOT Grade.
If the access level is greater than or equal to 8 show a line for each student with FirstName, LastName, and Grade. Also display "Hello Admin" above the list of students.
(You may put any appropriate names and valid grades you wish and your list must contain between 3 and 5 example students.)
Home About Contact Assignments - Windows
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
