# Coding Convention

  • Thread starter Thread starter Uncle Ben
  • Start date Start date
U

Uncle Ben

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.
 
Uncle Ben said:
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.

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