Click here to Skip to main content
15,909,466 members
Home / Discussions / C#
   

C#

 
AnswerRe: Setup app, with single progress dialog. Pin
Not Active22-May-10 5:34
mentorNot Active22-May-10 5:34 
QuestionInserting multiple IDs in Items table but the same ID should go into MasterRequest table just once. Pin
Omar Akhtar 200922-May-10 3:01
Omar Akhtar 200922-May-10 3:01 
Questionxml to gridview Pin
Tomlor198022-May-10 2:49
Tomlor198022-May-10 2:49 
AnswerRe: xml to gridview [Repost] Pin
Richard MacCutchan22-May-10 4:30
mveRichard MacCutchan22-May-10 4:30 
QuestionPass dynamic datagridview value to textbox Pin
asdf2321122-May-10 1:24
asdf2321122-May-10 1:24 
QuestionCode Quality Check Pin
Chiman122-May-10 1:06
Chiman122-May-10 1:06 
AnswerRe: Code Quality Check Pin
Abhinav S22-May-10 1:13
Abhinav S22-May-10 1:13 
AnswerRe: Code Quality Check Pin
Łukasz Nowakowski22-May-10 1:35
Łukasz Nowakowski22-May-10 1:35 
There are two tools you can go with (simultanously):
1. FxCop (as mentioned by "Abhinav S").
2. StyleCop
The first one checks if your code conforms to rules Microsoft established for .NET applications design (for example methods, that don't use classes should be declared as static, all fields should be private).
The second one checks your code style (members should be commented, there should be single empty line between members).
Some of rules (like naming rules) are common for both those tools, some can only be found in one of them. Both are great way to learn to write clean and maintainable code.
GeneralRe: Code Quality Check Pin
Khaniya22-May-10 2:29
professionalKhaniya22-May-10 2:29 
QuestionWindows Forms inheritance problem Pin
Łukasz Nowakowski22-May-10 0:02
Łukasz Nowakowski22-May-10 0:02 
AnswerRe: Windows Forms inheritance problem Pin
Rob Smiley22-May-10 1:23
Rob Smiley22-May-10 1:23 
GeneralRe: Windows Forms inheritance problem Pin
Łukasz Nowakowski22-May-10 1:26
Łukasz Nowakowski22-May-10 1:26 
Questionclear history in browser Pin
Rajeshwar Code- Developer21-May-10 23:21
Rajeshwar Code- Developer21-May-10 23:21 
AnswerRe: clear history in browser Pin
Abhinav S22-May-10 0:26
Abhinav S22-May-10 0:26 
QuestionAbout Keyword in .NET Pin
Isaac Gordon21-May-10 22:12
Isaac Gordon21-May-10 22:12 
AnswerRe: About Keyword in .NET Pin
DaveyM6921-May-10 22:54
professionalDaveyM6921-May-10 22:54 
AnswerRe: About Keyword in .NET Pin
OriginalGriff21-May-10 23:07
mveOriginalGriff21-May-10 23:07 
GeneralRe: About Keyword in .NET Pin
Isaac Gordon21-May-10 23:21
Isaac Gordon21-May-10 23:21 
GeneralRe: About Keyword in .NET Pin
Pete O'Hanlon21-May-10 23:58
mvePete O'Hanlon21-May-10 23:58 
GeneralRe: About Keyword in .NET Pin
OriginalGriff22-May-10 0:09
mveOriginalGriff22-May-10 0:09 
GeneralRe: About Keyword in .NET Pin
harold aptroot22-May-10 0:24
harold aptroot22-May-10 0:24 
GeneralRe: About Keyword in .NET Pin
OriginalGriff22-May-10 0:35
mveOriginalGriff22-May-10 0:35 
GeneralRe: About Keyword in .NET Pin
Isaac Gordon22-May-10 0:55
Isaac Gordon22-May-10 0:55 
GeneralRe: About Keyword in .NET Pin
Pete O'Hanlon22-May-10 2:10
mvePete O'Hanlon22-May-10 2:10 
GeneralRe: About Keyword in .NET Pin
OriginalGriff22-May-10 2:24
mveOriginalGriff22-May-10 2:24 

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.