I know that the naming conventions really don’t say anything about that, but I am just curious to know… When you declare a variable local to a given method, do you PascalCase or camelCase it?
I know that the naming conventions really don’t say anything about that, but I
Share
SyleCop has a rule for this: SA1306: FieldNamesMustBeginWithLowerCaseLetter
I beleive this applies to fields and variables.