D
Dan
Hi All,
I am switching over from Visual Basic (actaully VBA) and am concerned about
naming conventions in C#.
I am accustomed to using Leszenski's convention for a variable is always
preceding by it's data type, such as intWidth (designating an Integer
variable)
dblQuantity (designating a Double variable) and so forth.
Is there an industry standard naming convention for C# ?
Might as well start off correctly.
I am switching over from Visual Basic (actaully VBA) and am concerned about
naming conventions in C#.
I am accustomed to using Leszenski's convention for a variable is always
preceding by it's data type, such as intWidth (designating an Integer
variable)
dblQuantity (designating a Double variable) and so forth.
Is there an industry standard naming convention for C# ?
Might as well start off correctly.