Development Standards and Procedures

  • Thread starter Thread starter Yoav Shtainman
  • Start date Start date
Y

Yoav Shtainman

I am looking for .NET (VB, ASP and C#) development standards in term of
code style, Naming conversion, code documentation, etc.

If you know of this kind of document or you can share the one you are using
it will be helpful.

Thanks

Yoav Shtainman
 
* "Yoav Shtainman said:
I am looking for .NET (VB, ASP and C#) development standards in term of
code style, Naming conversion, code documentation, etc.

My Naming Guidelines and Code Conventions FAQ:

Visual Basic .NET Sample Guidelines
<http://www.gotdotnet.com/team/vb/VBSampleGuidelines.htm>

Naming Conventions for .NET / C# Projects
<http://www.akadia.com/services/naming_conventions.html>

Sheep .Net Naming and Style Convention: Introduction and References
<http://www.google.de/groups?selm=#YF7Ng3uCHA.572@TK2MSFTNGP12>

Naming Guidelines
<http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconnamingguidelines.asp>

Design Guidelines for Class Library Developers
<http://msdn.microsoft.com/library/d...ef/html/cpconnetframeworkdesignguidelines.asp>

SharpDevelop C# Coding Style Guide 0.3
<http://www.icsharpcode.net/TechNotes/SharpDevelopCodingStyle03.pdf>
 
Back
Top