Click here to Skip to main content
15,868,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: coding conventions.... Pin
Daniel Turini21-Oct-02 22:30
Daniel Turini21-Oct-02 22:30 
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 
If the automatically assigned control names VS.NET provides are anything to go by, you would use camel casing with a unique identifier at the end, e.g.:

System.Windows.Forms.TextBox textBox1;
System.Windows.Forms.TextBox textBoxUserName;

This is the way I do it in .net, simply because it's the way the IDE does it, and I'd hope the IDE follows the accepted conventions Smile | :)

GeneralRe: coding conventions.... Pin
LongRange.Shooter28-Oct-02 11:02
LongRange.Shooter28-Oct-02 11:02 
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 

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.