Great set of guidelines. Thanks for sharing. I have a couple of questions:
In section 3.1 - it states:
Remove the Visual Basic reference from your project. Making use of the original Visual Basic functions has been proven to be up to 1000 times slower than the .NET counterparts; you have been warned.
Are you saying to remove this from code: Imports Microsoft.VisualBasic
Or something else?
Also, could you provide examples of what is slower and what in .NET that can be used that is 1000 faster?
Thanks,
Frankie