Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: puzzle on dtd declare in xml Pin
James T. Johnson6-May-02 18:50
James T. Johnson6-May-02 18:50 
GeneralWebcam Pin
5-May-02 8:35
suss5-May-02 8:35 
GeneralRe: Webcam Pin
Nick Parker5-May-02 16:36
protectorNick Parker5-May-02 16:36 
GeneralRe: Webcam Pin
RIPPER_X5-May-02 23:05
RIPPER_X5-May-02 23:05 
Questionwhere I can find Coding Conventions for C#? Pin
gicio5-May-02 7:16
gicio5-May-02 7:16 
AnswerRe: where I can find Coding Conventions for C#? Pin
Nish Nishant5-May-02 9:34
sitebuilderNish Nishant5-May-02 9:34 
AnswerRe: where I can find Coding Conventions for C#? Pin
Tom Archer5-May-02 10:26
Tom Archer5-May-02 10:26 
AnswerRe: where I can find Coding Conventions for C#? Pin
James T. Johnson5-May-02 14:21
James T. Johnson5-May-02 14:21 
As Tom pointed out camel and Pascal casing are commonly used. I use camel casing for private objects (fields, properties, methods, and local variables). I use Pascal casing for protected/public objects (fields, properties, methods).

My style changes from time to time though; at one point I was prefixing private variables with an underscore.

James

Simplicity Rules!
AnswerRe: where I can find Coding Conventions for C#? Pin
Nick Parker5-May-02 16:27
protectorNick Parker5-May-02 16:27 
GeneralRe: where I can find Coding Conventions for C#? Pin
Tom Archer5-May-02 16:31
Tom Archer5-May-02 16:31 
GeneralRe: where I can find Coding Conventions for C#? Pin
Nick Parker5-May-02 16:34
protectorNick Parker5-May-02 16:34 
GeneralRe: where I can find Coding Conventions for C#? Pin
Tom Archer5-May-02 16:39
Tom Archer5-May-02 16:39 
GeneralRe: where I can find Coding Conventions for C#? Pin
Nick Parker5-May-02 16:40
protectorNick Parker5-May-02 16:40 
GeneralRe: where I can find Coding Conventions for C#? Pin
Tom Archer5-May-02 16:41
Tom Archer5-May-02 16:41 
GeneralRe: where I can find Coding Conventions for C#? Pin
Nick Parker5-May-02 16:49
protectorNick Parker5-May-02 16:49 
GeneralRe: where I can find Coding Conventions for C#? Pin
Tom Archer5-May-02 17:02
Tom Archer5-May-02 17:02 
AnswerRe: where I can find Coding Conventions for C#? Pin
tomiga5-May-02 19:55
tomiga5-May-02 19:55 
Generalstatic variables in methods Pin
tomiga5-May-02 0:22
tomiga5-May-02 0:22 
GeneralRe: static variables in methods Pin
James T. Johnson5-May-02 0:59
James T. Johnson5-May-02 0:59 
GeneralRe: static variables in methods Pin
Tom Archer5-May-02 4:46
Tom Archer5-May-02 4:46 
GeneralRe: static variables in methods Pin
Nish Nishant5-May-02 9:33
sitebuilderNish Nishant5-May-02 9:33 
GeneralRe: static variables in methods Pin
Tom Archer5-May-02 9:40
Tom Archer5-May-02 9:40 
GeneralRe: static variables in methods Pin
Nish Nishant5-May-02 9:51
sitebuilderNish Nishant5-May-02 9:51 
GeneralRe: static variables in methods Pin
Tom Archer5-May-02 10:04
Tom Archer5-May-02 10:04 
GeneralRe: static variables in methods Pin
Nish Nishant5-May-02 10:09
sitebuilderNish Nishant5-May-02 10:09 

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.