D
darrel
I just discovered that MS recommends that we NOT use hungarian notation with
the .net framework:
http://msdn2.microsoft.com/en-us/library/ms229045.aspx
What are the real cons for using it?
I tend to use it a lot, especially when IDing my controls. For instance the
controls in a contact form I create could be IDed as such:
tbx_firstName
tbx_emailAddress
ddl_state
I find this really helpful when in codebehind.
is the 'no hungarian' merely a preference MS has, or are there specific cons
to me being stubborn and sticking with it?
-Darrel
the .net framework:
http://msdn2.microsoft.com/en-us/library/ms229045.aspx
What are the real cons for using it?
I tend to use it a lot, especially when IDing my controls. For instance the
controls in a contact form I create could be IDed as such:
tbx_firstName
tbx_emailAddress
ddl_state
I find this really helpful when in codebehind.
is the 'no hungarian' merely a preference MS has, or are there specific cons
to me being stubborn and sticking with it?
-Darrel