Archive

Posts Tagged ‘Enum’

Converting one enumeration to another

July 10th, 2009
Daniel Marbach

Despite the article about the evilness of enumerations from my fellow blog writer I want to quickly show you a trick how one enumeration can be converted into another by using an extension method.
read more

 

.NET, Mobile , ,

Enum’s are Evil – updated

July 1st, 2009
Thomas

In C# dotnet the class Enum is heavily used. Some geek’s argue that the Enum’s “improve code clarity and and reduce the probability of invalid values. … Enum’s are self-documenting.

I will show you, that Enum’s are in almost any cases just evil.

You don’t believe me? Read on…

read more

 

.NET, Software , , , ,