I know that there are so many standards for writing code. And some policy tools (like FxCop) to check your writing statements.
What’s the best Hungarian notation or any other snippets for writing code?
Like:
-
lbl in start of naming a Label
-
txt in start of naming a TextBox
, etc.
Based on the answers, is it a good Idea to use Hungarian notation or not?
The Microsoft Framework Design Guidelines, under General Naming Conventions says: