VB6 Experience
All of the code samples herein for C# I have also written in Visual Basic.
The rapid application development (RAD) advantage of Visual Basic has largely been lost
due to the dot-net wrapper that encloses VB.net and C#. The library capabilities of C# and
VB.net are now identical, leaving only the language as the factor determining how the application
is developed.
I don't want to use Visual Basic anymore as I much prefer the simpler sytax of C# to
the wordiness of VB and the VB distinction between a function and a sub is painful.