Click here to Skip to main content
15,900,906 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi All,
Can anybody please help where "_" should be used in declarations and please tell me give me a link to get the best coding conventions and practices for VB.Net and C#.Net too. Please help me how to get it.

Thanks,
Aleem Mohammad.

Posted

There are various guidelines available but you could just start here:

Design Guidelines for Developing Class Libraries[^]

 
Share this answer
 
These guys[^] have a decent coding standard for C#.


 
Share this answer
 
Take a look at the Framework Design Guidelines[^].

That being said, the goal of a coding style is to create code that is easily readable and maintainable by any developer by creating a consistent "look and feel" and structure.

 
Share this answer
 
indian143 wrote:
Can anybody please help where "_" should be used in declarations and please tell me give me a link to get the best coding conventions and practices for VB.Net and C#.Net too


The basic idea of having conventions is to have uniformity among the code written by different developers in a Team. The ulitimate goal is to make code Readable.

Still, if you want to look for conventions...Google it.

 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900