# Coding Convention

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Uncle Ben

    #1

    # Coding Convention

    I'm starting a new ASP.NET C# project and would like to adopt a good coding
    convention. Things like indentation is 3 spaces, lining up the brace
    brackets, naming functions using Mixed case, etc.

    If anyone could direct me to such a document, it would be greatly
    appreciated.

    Thank you.


  • Jon Skeet [C# MVP]

    #2
    Re: # Coding Convention

    Uncle Ben <spamfree@nospa m.com> wrote:[color=blue]
    > I'm starting a new ASP.NET C# project and would like to adopt a good coding
    > convention. Things like indentation is 3 spaces, lining up the brace
    > brackets, naming functions using Mixed case, etc.
    >
    > If anyone could direct me to such a document, it would be greatly
    > appreciated.[/color]

    See http://tinyurl.com/2cun for Microsoft's naming guidelines.

    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    Working...