VB Coding Standards

D

Dan Schaertel

Does anybody have a good VB coding standards documnet?
I need to generate one and I am looking for examples.

Thanks

email: (e-mail address removed)
 
H

Herfried K. Wagner [MVP]

* "Dan Schaertel said:
Does anybody have a good VB coding standards documnet?
I need to generate one and I am looking for examples.

Naming Guidelines and Code Conventions

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Menu Items in VB 1
Standard Menu Strip 1
Coding Standards - We need a hero 7
creating code on the fly at runtime 4
VB Coding Standards... 1
Add Splash Screen with Code 1
Standard Version 2005 7
Control Array 10

Top