Click here to Skip to main content
16,005,080 members
Home / Discussions / C#
   

C#

 
Generalpuzzle on dtd declare in xml Pin
5-May-02 19:34
suss5-May-02 19:34 
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 
I'm assuming you're referring to naming conventions. If so, there aren't any that are written in stone at this point. I cover this in the first edition of Inside C#, but to summarise that information, a mixture of camel (lowercase) and Pascal (mixed case string with an upper case letter) casing are used. Pascal naming is generally used on method names and camel casing is used with variables.

Cheers,
Tom Archer
Author, Inside C#
Author, Visual C++.NET Bible

A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the af
AnswerRe: where I can find Coding Conventions for C#? Pin
James T. Johnson5-May-02 14:21
James T. Johnson5-May-02 14:21 
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 

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.