Community

Defining Descriptive Text for Enumeration Members

(Scott Mitchell) An enumeration is a special type in the .NET Framework that is comprised of a number of named constants. While you might not have created an enumeration type yourself, you have likely used enumerations many times in day-to-day programming. For example, the rows in a GridView have a

Read More - Register for Free Membership