Naming Conventions
Naming Conventions
Terminology
There are following three terminologies are used to declare C# and .NET naming
standards.
• Camel Case (camelCase): In this standard, the first letter of the word always
in small letter and after that each word starts with a capital letter.
• Pascal Case (PascalCase): In this the first letter of every word is in capital
letter.
• Underscore Prefix (_underScore): For underscore ( __ ), the word after _
use camelCase terminology.
Abbreviations Standard Control
btn Button
cb CheckBox
cbl CheckBoxList
ddl DropDownList
fu FileUpload
hdn HiddenField
hlk Hyperlink
img Image
lbl Label
lbtn LinkButton
mv MultiView
pnl Panel
txt TextBox
DataGrid dtg
imb ImageButton
lst ListBox
dtl DataList
rep Repeater
rdo RadioButton
rdl RadioButtonList
phd Placeholder
tbl Table
gv GridView
dtv DetailView
fv FormView