bbk dwd

Results 3 comments of bbk dwd

I think it is pretty common at least in C# and Java world. Since enumerations cannot have space or any special chars, while showing on the UI, you can directly...

I take it back, you are right, java does not seems to have standard class. But C# has built in class for that.

@tmillican System.ComponentModel.DescriptionAttribute seems to be available in .Net core 2.0. Do you mean missing in .Net core 1.1?