Sharing the Joy of Software/Delphi in the .NET world

Friday, July 09, 2004

C#/.NET Official Naming Standards?

Anyone know of a official (or widely agreed upon) naming standard for C# and .NET? If so please email me. I am interested in knowing the most common standard out there. Thanks

1 Comments:

  • Do you mean variable / class / method naming conventions?

    If so, the "official" standards are Microsoft's, as laid out in their Design Guidelines for Class Library Developers, and as enforced by FxCop.

    Those standards aren't complete, though. There are no standards for private variables, for example (or rather, everyone has their own standard). MS's guidelines only apply to stuff that's publicly accessible from outside the assembly (i.e., public and protected).

    By Anonymous Anonymous, at 12:18 PM  

Post a Comment

<< Home