Skip to content
Binod edited this page Sep 16, 2013 · 1 revision

Capitalization Rules

As far as possible, all variables, class names, and/or identifiers should be spelled in American English.

Pascal Case

  • Function and Methods.
  • Resource Strings (Except FormResource).
  • Enumerators. Name and Collection.
  • Class, Namespace.
  • Properties.

Camel Case

  • Variables, Objects, and Parameters.

Refer to http://10rem.net/articles/net-naming-conventions-and-programming-standards---best-practices for everything else.

Clone this wiki locally