Quantcast
Channel: Ngoding » coding
Viewing all articles
Browse latest Browse all 5

Coding standards for VB.NET [duplicate]

$
0
0

Possible Duplicate:
C# Coding standard / Best practices

What VB.NET or C# coding standards are you using for your .NET applications?

I was looking at hungarian notation and I don’t think it is a good idea for a .NET application.

Any suggestions?

Thanks


Best Answer

I’d suggest following the ones provided by Microsoft if possible. It should make your code and the CLR seem the same.

General Naming Conventions

5

 

How does it make your code act like the CLR? Did you just make that up?
– 
Klaus Byskov Pedersen
Oct 25 ’10 at 14:58
  

 

@klausbyskov I'm guessing that bechbd meant to say seem the same, or feel the same.
– 
Conrad Frix
Oct 25 ’10 at 15:09
  

 

Yeah sorry I meant that following the same naming standards as the CLR makes your code have the same feel as the CLR. Thanks for the assist Conrad.
– 
bechbd
Oct 25 ’10 at 15:16
  

 

that should be, "following the same coding standards as the BCL, not the CLR.
– 
Kirk Woll
Oct 25 ’10 at 15:24
  

 

Sorry, you are correct Kirk it should be BCL. My bad.
– 
bechbd
Oct 25 ’10 at 15:29

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images