Coding Standards for VB.NET

  • Thread starter Thread starter Dotnetjunky
  • Start date Start date
D

Dotnetjunky

Hi,

So far, I've found tons of documents describing
recommended coding standards for C#, but not a single
piece on VB.NET yet.

Anybody here knows such a coding standards guideline on
VB.NET and minds sharing with us ?

Thanks in advance.

Dotnetjunky
 
Hi Dotnetjunky
So far, I've found tons of documents describing
recommended coding standards for C#, but not a single
piece on VB.NET yet.
That is one of the differences, you like it from VB.net or not.

If not you are probably typical a C# guy or woman.

And than VB.net is probably not the right tool for you.

Although you can (and should) make your business rules and implement them in
VB.net

Just my thougth,

Cor
 
* "Dotnetjunky said:
So far, I've found tons of documents describing
recommended coding standards for C#, but not a single
piece on VB.NET yet.

Anybody here knows such a coding standards guideline on
VB.NET and minds sharing with us ?

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>
 
Back
Top