Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
AnswerRe: a stupid problem about DateTime Pin
Stefan Troschuetz23-May-06 8:16
Stefan Troschuetz23-May-06 8:16 
GeneralRe: a stupid problem about DateTime Pin
da vinci coder23-May-06 8:57
da vinci coder23-May-06 8:57 
Questiondatagridview Pin
kjosh23-May-06 6:58
kjosh23-May-06 6:58 
AnswerRe: datagridview Pin
mr_1234523-May-06 7:21
mr_1234523-May-06 7:21 
GeneralRe: datagridview Pin
kjosh23-May-06 10:51
kjosh23-May-06 10:51 
AnswerRe: datagridview Pin
mr_1234523-May-06 13:34
mr_1234523-May-06 13:34 
QuestionICompareable vs IComparer [modified] Pin
Rizwan Rathore23-May-06 6:36
Rizwan Rathore23-May-06 6:36 
AnswerRe: ICompareable vs IComparer [modified] Pin
Robert Rohde23-May-06 6:53
Robert Rohde23-May-06 6:53 
IComparer is defined in System.Collections. Thus you need to add using System.Collections; at the top of your code.

IComparable must always be implemented by the the class which should be sorted. IComparer should be implemented in separated classes. You should go with IComparer if you want to sort your objects by different criterias (e.g. by its name, some associated values...). Because IComparer can be separated from the class to be sorted you can have as much implementations as you like.
AnswerRe: ICompareable vs IComparer [modified] Pin
Judah Gabriel Himango23-May-06 12:06
sponsorJudah Gabriel Himango23-May-06 12:06 
QuestionDynamic instantiation of MDI child windows Pin
DougReed23-May-06 5:14
DougReed23-May-06 5:14 
AnswerRe: Dynamic instantiation of MDI child windows Pin
Stefan Troschuetz23-May-06 6:05
Stefan Troschuetz23-May-06 6:05 
QuestionUpdate command..plz urgnt Pin
r_e_h_a_n23-May-06 5:07
r_e_h_a_n23-May-06 5:07 
AnswerRe: Update command..plz urgnt Pin
da vinci coder23-May-06 8:59
da vinci coder23-May-06 8:59 
GeneralRe: Update command..plz urgnt Pin
r_e_h_a_n24-May-06 6:39
r_e_h_a_n24-May-06 6:39 
AnswerRe: Update command..plz urgnt Pin
StevenS_Dev23-May-06 11:25
StevenS_Dev23-May-06 11:25 
GeneralRe: Update command..plz urgnt Pin
r_e_h_a_n24-May-06 6:38
r_e_h_a_n24-May-06 6:38 
AnswerRe: Update command..plz urgnt Pin
StevenS_Dev24-May-06 13:23
StevenS_Dev24-May-06 13:23 
QuestionHELP - Embedded null in a string from FoxPro using ADO.Net Pin
Martiankeeper23-May-06 4:48
Martiankeeper23-May-06 4:48 
QuestionAdding a language to the Vis05 IDE [modified] Pin
Ista23-May-06 4:43
Ista23-May-06 4:43 
QuestionConfigurationManager Pin
Chris Losinger23-May-06 4:37
professionalChris Losinger23-May-06 4:37 
AnswerRe: ConfigurationManager Pin
Ista23-May-06 4:40
Ista23-May-06 4:40 
GeneralRe: ConfigurationManager Pin
Chris Losinger23-May-06 4:55
professionalChris Losinger23-May-06 4:55 
GeneralRe: ConfigurationManager Pin
Ista23-May-06 4:56
Ista23-May-06 4:56 
GeneralRe: ConfigurationManager Pin
Chris Losinger23-May-06 5:28
professionalChris Losinger23-May-06 5:28 
AnswerNevermind... Pin
Chris Losinger23-May-06 5:52
professionalChris Losinger23-May-06 5:52 

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.