Question: Question No. 2: Create a New MVC Web application. Create a New Database in App_Data Folder WPLTASKDB. Create Four Table in your Database Student ->

Question No. 2: Create a New MVC Web application. Create a New Database in App_Data Folder WPLTASKDB. Create Four Table in your Database Student -> StudentID (PK), Name, ClassID(FK), CampusID(FK) Teacher -> TeacherID (PK), TeacherName, ClassID (FK), Qualification Campus -> CampusID (PK), CampusName Class -> ClassID(PK), ClassName Create Four Controller in your Website, by using StudentController your Application should be able to Add, Update, Delete and View All Students, by using TeacherController your Application should be able to Add, Update, Delete and View All Teachers, by using CampusController your Application should be able to Add, Update, Delete and View All Campus, by using ClassController your Application should be able to Add, Update, Delete and View All Classes. The Home Page should contain all links of these Views. Question No. 3: Copy MVC Application Created in Question No.2 and paste it in another folder named Question No.3. 1. Allow User to Register Themselves by using Asp.net Identity. 2. Allow Users to Login by using Asp.net Identity. 3. Create Two Roles 1. Teacher 2. Student in your application using asp.net identity. 4. Teacher Role should no be able to access Student Controller and Student Role Should not be able to access Teacher Controller. 5. Allow users to login via their facebook, twitter, linked in, g-mail and Microsoft account.

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!