Coming from a C# background the naming convention for variables and method names are usually either camelCase or PascalCase:
Typically, one follow the conventions used in the language's standard library.