Question: Develop an ASP .NET Core MVC application that does the following: Allows the user to enter data about an employee Employee information should be captured
Develop an ASP .NET Core MVC application that does the following:
- Allows the user to enter data about an employee
- Employee information should be captured by an Employee class and should have the following properties:
- Employee ID
- First Name
- Last Name
- Job Title
- Salary
- All employee objects should be stored in an array or ArrayList.
- Your choice of automatic employee ID generator or manually entered
- Allows the user to browse the employees one by one
- Application should have at least 5 employee objects stored in the array by default (hard-coded information)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
