Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

9th Edition

0135188148, 978-0135188149, 9781642087611

More Books

Students also viewed these Databases questions