Coding Standards for VB.NET

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
 
C

Cor

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
 
H

Herfried K. Wagner [MVP]

* "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>
 

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

Top