Click here to Skip to main content
15,886,518 members
Everything / Enum

Enum

enum

Great Reads

by slavik57
Have you ever wanted to enumerate all the names and values of an enum? Now you can.
by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
by kb-boxer
Where enum does not work !!!
by ShlomiO
Dynamic 'Enum' like solution.

Latest Articles

by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
by Mike-MadBadger
What responses to expect from the enum.IsDefined method in .NET given a variety of inputs
by robsosno
Replacement for standard enums with additional functionality.
by slavik57
Have you ever wanted to enumerate all the names and values of an enum? Now you can.

All Articles

Sort by Score

Enum 

26 Oct 2020 by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
30 Jul 2010 by kb-boxer
Where enum does not work !!!
17 Jul 2014 by jgauffin
How to safely convert enums