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 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 Ronen Rabinovitz
Using T4 template an easy one-click synchronization between the enum in the code and the database values
by Henrik Jonsson
Presents a helper class to easily display user-friendly enum value representations including customizable and localizable text, images, and arbitrary XAML content. This class can also be used as a general XAML switch statement for enum and non-enum classes.
by ideafixxxer
A generic version of Enum, which provides much more faster formatting
by robsosno
Replacement for standard enums with additional functionality.
by Alex Ivanenko
In this article we look at the issue arises when using Enum type properties in Angular templates.
by Mark Regal
It is the intention of this article to add a measure of detail to all user defined enumerations through the creation of an enumeration database.