Community

Moving Beyond Enumerations

(Steven Smith) Enumerations in C# and .NET are value types with a set of related named constants. Using enumerations often results in more readable code, and can help to ensure developers choose appropriate values by limiting possible options to those defined in the enum.

Read More - Register for Free Membership