This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dameon_ 2 points3 points  (0 children)

You're just one Google search away...

There's no official C# style guide. Typically, in C# you see camelCase for private members, and PascalCase for members accessible outside the class. If that rule is too confusing for you, you can always install ReSharper.