Coding Convetions For Visual Basic.NET

Mikecrosoft

Active member
Joined
Nov 7, 2003
Messages
26
Location
Monterrey, Nuevo Leon, Mexico
Hi as the title says, I need some guide about coding conventions for .NET, I have the coding convention for VB6.0 but there are more variable types, and I want to know the standard for the naming of the vars.


Thanks

Mike
 
I saw that place before, but I cant find something like:

Code:
Object | Sufix

Panel : Pnl
ContextMenu : ????
ToolTip : ????
...
...
...

Variable | Sufix

Short :  ????
Long : ????
....
...
..

I hope make sense :)

Thanks

Mike
 
Back
Top