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
Manish Bafna - 21 Dec 2006 06:41 GMT
Hi,
You will find following URL useful:
http://www.tiobe.com/standards/gemrcsharpcs.pdf
Thanks and Regards,
Manish Bafna.
MCP and MCTS.
> Hi,
>
[quoted text clipped - 3 lines]
> Regards,
> Baskar C.G
Ciaran O''''Donnell - 21 Dec 2006 10:30 GMT
Thats known as hungarian notation. Try searching for that.

Signature
Ciaran O'Donnell
http://wannabedeveloper.spaces.live.com
> Hi,
>
[quoted text clipped - 3 lines]
> Regards,
> Baskar C.G
Herfried K. Wagner [MVP] - 21 Dec 2006 12:10 GMT
"Baskar" <Baskar@discussions.microsoft.com> schrieb:
> Looking for a coding standard/guidelines document which talks about
> Control
> Naming Conventions.(ex: Label - lbl). If any, kindly provide me the link.
Naming guidelines and code conventions
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=namingconventions&lang=en>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Jason Hales - 21 Dec 2006 12:25 GMT
Oops seem to have lost my previous post...try
http://jason-hales.blogspot.com/2006/12/suggested-net-control-naming.html
- it is based on some older standards but does cover Dotnet2 controls
> Hi,
>
[quoted text clipped - 3 lines]
> Regards,
> Baskar C.G
Philipp - 21 Dec 2006 14:28 GMT
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.
>> ToolStripContainer - tstrpctr
lol, I guess its a matter of taste ;)
Best Regards
Philipp Fabrizio
Jason Hales schrieb:
> Oops seem to have lost my previous post...try
> http://jason-hales.blogspot.com/2006/12/suggested-net-control-naming.html
[quoted text clipped - 7 lines]
> > Regards,
> > Baskar C.G
Baskar - 08 Feb 2007 06:09 GMT
Thanks a lot for all your help
> Hi,
>
[quoted text clipped - 3 lines]
> Regards,
> Baskar C.G