Question: Design and implement an ASP.Net Core MVC authentication application that satisfies the following criteria: 1. The project includes Student and Course models with a many-to-many

 Design and implement an ASP.Net Core MVC authentication application that satisfies

Design and implement an ASP.Net Core MVC authentication application that satisfies the following criteria: 1. The project includes Student and Course models with a many-to-many relationship. Your task is to convert this relation to one-to-many with the appropriate third model. In addition, you have to add all required navigation properties. (3 points) 2. Scaffold controllers for all models (2 points) 3. The project should support authentication by an individual user account. Only authorized users can view application pages except for the home page, which can be viewed by any user (unauthorized). (1 point) 4. Customize Password Validation (1 point) 5. You have to add at least 6 different types of data annotations for validation. (1 point) 6. Customize the generated controllers and views to demonstrate your ability to perform the following functionality on different views. For example: 1. Add search functionality. Example, find a course by name. ( 1 point) 2. Add sorting (Asc. \& Desc.) functionality. (1 point) 3. Add upload Image functionality. (1 point)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!