I found out this article I would like share with you.
http://10rem.net/articles/net-naming-conventions-and-programming-standards---best-practices
Naming convention for controls
Regarding name conventions for "Controls on Forms", I thought to use this:
ux-Description-GeneralType
Example:
uxUserIdInput
PRO:
- have IntelliSense group all my Controls
- possibility to identifu the type in IntelliSense
- If I change the Type I do not need to update my code
Because I am pretty new at developing, I would like start with the right foot and using solid practices.
Do you guys agree with that. Would you advice some other name convention?
Thanks for your time! bye