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.

.NET, Mobile
Conversion, Enum, Extension Method
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…

.NET, Software
.NET, C#, Coding, Development, Enum