Does anyone here use VB.NET and have a strong preference for or against using IsNothing as opposed to Is Nothing (for example, If IsNothing(a
IsNothing
Is Nothing
If IsNothing(a
I also tend to use the Is Nothing version partially from using it as much as I do in SQL.