Language Friendly Type Names
.NET uses Type everywhere to represent type information. Not surprisingly Type is language-agnostic. In many cases it is useful to get the friendly (aka language-specific) name for a Type object. .NET does not provide this easily. There are several different approaches but none of them work really well if you want the name that would… Continue reading Language Friendly Type Names