Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / enum

Enum

enum

Great Reads

by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
by JIANGWilliam
Exploit Enum typename and member definitions, as well as Method Extension of Enum.
by Ehsan Sajjad
Better approach to bind dropdownlist with enum in MVC
by rvjagadheesh
A complete assembly reference tool for .NET which will display details on all methods, properties, enum for all classes in all namespaces

Latest Articles

by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
by JIANGWilliam
Exploit Enum typename and member definitions, as well as Method Extension of Enum.
by Ehsan Sajjad
Better approach to bind dropdownlist with enum in MVC
by rvjagadheesh
A complete assembly reference tool for .NET which will display details on all methods, properties, enum for all classes in all namespaces

All Articles

Sort by Score

enum 

by rvjagadheesh
A complete assembly reference tool for .NET which will display details on all methods, properties, enum for all classes in all namespaces
by slavik57
Have you ever wanted to enumerate all the names and values of an enum? Now you can.
by M-Badger
What responses to expect from the enum.IsDefined method in .NET given a variety of inputs
by ShlomiO
Dynamic 'Enum' like solution.
by Sachit Devkota
Toggle between enum values of an enum variable