A customer recently requested that I provide them with Microsoft's VB.NET coding standard for their developers to use on our project. To prepare my document I referenced the Visual Basic Coding Conventions located on MSDN. While reading this article I found some surprising recommendations that I very much disagree with. Naming Conventions “Use namespace qualifications rather than adding Imports statements. If a namespace is imported by default in a project, you do not have to fully qualify ......