September 24, 2010 | In: .Net, C#
Enumerating the Enumerations
One of the things I find myself using more and more in .Net is the good old Enum. Very often there are a list of choices for a UI or options for things like object states or statuses that we need to represent in code. The most readable way to...