Search Results

1
vote

Do you name controls on forms using the same convention as a private variable?

For me, the big win with the naming convention of prepending an underscore to private members has to do with Intellisense. Since underscore precedes any letter in the alphabet, when I do a ctrl-sp …