MVC Notes v1.0
MVC Notes v1.0
Click OK.
3. Create a new class Employee inside the Model folder as illustrated below:
Note: The new class has been created in the namespace MVCDemo.Models
Insert the following code:
public class Employee
{
public
public
public
public
}
5.