This is my assignment 1 for ASP.Net in which I have created a web Application using MVC. In my application it mainly conatins two tables for now which are Employees and Departments which has primary keys Employee id and department ID respectively. Both the tables have a one-to-many relationship.
Using Entity framework I have generated Model class based on the two tables in my databases. By the help of in built MVC Scafolding I created controllers and the views for the two tables which will allow me to do CRUD operations.