Recenty I installed ReSharper 4.5. It has a cool new feature of checking naming conventions, but with this there has been lots of warning messages popping up in my aspx file suggesting to prefix all web control name with “_” as it is member field. What naming conventions do you prefer for web controls and do you prefix a control name with “_”
Share
I prefix all my UI elements with “ux” for user experience. I prefer this to txt, lbl, etc. because it makes it easy to change the control type. As far as ReSharper goes, I turned off that naming convention check while working in ASP.NET.