dot NET Control Naming Conventions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Looking for a coding standard/guidelines document which talks about Control
Naming Conventions.(ex: Label - lbl). If any, kindly provide me the link.

Regards,
Baskar C.G
 
Hi folks,

well, before .NET we used the hungarian abbreviations, too. But because
of the amount of new controls and also user controls we introduced a
quite simple convention using (mostly) full name prefixes like:
labelDescription, textName, timerMain, panelJob etc which is less
cryptical and easier to read and understand.

lol, I guess its a matter of taste ;)

Best Regards
Philipp Fabrizio
 
Back
Top