Click here to Skip to main content
15,881,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: coding conventions.... Pin
waleed riaz22-Oct-02 9:35
waleed riaz22-Oct-02 9:35 
GeneralRe: coding conventions.... Pin
Daniel Turini22-Oct-02 10:02
Daniel Turini22-Oct-02 10:02 
GeneralRe: coding conventions.... Pin
waleed riaz22-Oct-02 21:52
waleed riaz22-Oct-02 21:52 
GeneralRe: coding conventions.... Pin
Kevin McFarlane24-Oct-02 7:33
Kevin McFarlane24-Oct-02 7:33 
GeneralRe: coding conventions.... Pin
waleed riaz24-Oct-02 19:04
waleed riaz24-Oct-02 19:04 
GeneralRe: coding conventions.... Pin
Kevin McFarlane25-Oct-02 0:07
Kevin McFarlane25-Oct-02 0:07 
GeneralRe: coding conventions.... Pin
Furty25-Oct-02 15:39
Furty25-Oct-02 15:39 
GeneralRe: coding conventions.... Pin
LongRange.Shooter28-Oct-02 11:02
LongRange.Shooter28-Oct-02 11:02 
To get the hungarian notation list:

Run VB6
Pull up Help
Goto Index (or is it Search) and enter 'Naming Conventions'
This should point you to the Naming Conventions page which contains Hungarian Notation for all variables, forms, controls, etc.

In our group, we have chosen to move completely to the naming conventions specified in the CLS. So everything, private or public, follows the CLS nameing standards. Methods, classes and namespaces are Proper Case. Parameters, properties, variables are camelCased. I believe that the only exceptions we have made so far are with the rare fat client code and the form itself is still named frmFormName.



---------------------------------------------
Once I thought I was wrong
but I was happy to discover that was a mistake.


Condor
GeneralRe: coding conventions.... Pin
waleed riaz28-Oct-02 18:31
waleed riaz28-Oct-02 18:31 
GeneralRe: coding conventions.... Pin
LongRange.Shooter29-Oct-02 3:22
LongRange.Shooter29-Oct-02 3:22 
GeneralRe: coding conventions.... Pin
leppie29-Oct-02 6:08
leppie29-Oct-02 6:08 
GeneralRe: coding conventions.... Pin
LongRange.Shooter29-Oct-02 8:10
LongRange.Shooter29-Oct-02 8:10 
GeneralRe: coding conventions.... Pin
leppie29-Oct-02 9:34
leppie29-Oct-02 9:34 
GeneralRe: coding conventions.... Pin
LongRange.Shooter29-Oct-02 10:04
LongRange.Shooter29-Oct-02 10:04 
GeneralRe: coding conventions.... Pin
leppie29-Oct-02 10:27
leppie29-Oct-02 10:27 
GeneralRe: coding conventions.... Pin
LongRange.Shooter29-Oct-02 10:48
LongRange.Shooter29-Oct-02 10:48 
GeneralRe: coding conventions.... Pin
waleed riaz29-Oct-02 7:18
waleed riaz29-Oct-02 7:18 
Generali want description of methods Pin
Nisar Ahmed21-Oct-02 19:57
Nisar Ahmed21-Oct-02 19:57 
GeneralRe: i want description of methods Pin
Stephane Rodriguez.22-Oct-02 1:48
Stephane Rodriguez.22-Oct-02 1:48 
Questioncreat a directory ? Pin
imran_rafique21-Oct-02 15:29
imran_rafique21-Oct-02 15:29 
AnswerRe: creat a directory ? Pin
Wjousts21-Oct-02 16:56
Wjousts21-Oct-02 16:56 
AnswerRe: creat a directory ? Pin
Chris Austin21-Oct-02 17:05
Chris Austin21-Oct-02 17:05 
GeneralRe: creat a directory ? Pin
Chris Austin21-Oct-02 17:11
Chris Austin21-Oct-02 17:11 
GeneralRe: creat a directory ? Pin
Stephane Rodriguez.22-Oct-02 1:49
Stephane Rodriguez.22-Oct-02 1:49 
GeneralRe: creat a directory ? Pin
David Stone22-Oct-02 10:20
sitebuilderDavid Stone22-Oct-02 10:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.