
Enum is the type provided by dotnet, it stores constant value in it. When we want to specify some constant value to use in the project then it is very usefull for readability.
In this post I will show you how to declare an enum and how to use it in the program.
Here I have bind the enum to the dropdown...
