Tag: .NET FAQ

Back to Basics –  How to iterate though an enumeration (Enum) in C# ?

Back to Basics – How to iterate though an enumeration (Enum) in C# ?

The enum type is one of the common features that we used during almost every implementation. While the declarations and…

Continue Reading