Question: Source Code Required for following ASP.NET Core MVC Web application. Question:- Create a New ASP.NET Core MVC Web application. Create a New Database in App_Data
Source Code Required for following ASP.NET Core MVC Web application.
Question:-
Create a New ASP.NET Core 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.
Please upload Model , Controller and Views folder
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
