I am surprised how many people still don't know they can alias namespaces using the C# keyword using. Resharper automatically adds this syntax for me and it seems like 1 person a month says that didn't know. 1: using Short = Company.Project.Task.Function;
The ...
[More]