Class names use PascalCase.
Method names use PascalCase.
Objects use camelCase
Use human readable names. ie. name something using its real name!
Use meaningful descriptive names
These aren't my rules, most come from msdn website here:
http://msdn.microsoft.com/en-us/library/ms229043.aspx