Descriptions for Enum

Awhile ago I created a method to simulate a Enum but based on a string value rather than integral numeric (published here on CodeProject). It also allows for adding and extracting a description. However, if you’re just looking for a lightweight way to add a description to your enums, this blog post posits a simple, […]