string vs System.String, int vs System.Int32 : another Alias vs Type Name question
Quite often I see source code where language's keyword are replaced with full type names: System.String, System.Int32, System.GUID etc. Moreover, people who do this write complete type names everywhere, making source full of such declarations: System.Collections.Generic.List<System.Reflection.PropertyInfo> list = System.Collections.G...