.NET Framework inconsistency
Posted on January 30, 2010
While working on project i realized that Enum class (and others) is missing TryParse method. This will be fixed in .NET 4.0, but why BCL team omitted this when basic types like Int32 etc have it since .NET 2.0? Enum is so essential and useful, so i can’t understand why is it missing so important [...]
