Click here to Skip to main content
15,885,695 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating a function using Dictionary and Datetime help?? Pin
roman_s19-Jul-10 10:46
roman_s19-Jul-10 10:46 
AnswerRe: Creating a function using Dictionary and Datetime help?? Pin
Luc Pattyn19-Jul-10 11:15
sitebuilderLuc Pattyn19-Jul-10 11:15 
GeneralRe: Creating a function using Dictionary and Datetime help?? Pin
roman_s20-Jul-10 3:35
roman_s20-Jul-10 3:35 
GeneralRe: Creating a function using Dictionary and Datetime help?? Pin
Luc Pattyn20-Jul-10 4:22
sitebuilderLuc Pattyn20-Jul-10 4:22 
Questiongeneric List - Remove Duplicates Pin
Kevin Marois19-Jul-10 7:15
professionalKevin Marois19-Jul-10 7:15 
AnswerRe: generic List - Remove Duplicates Pin
Ennis Ray Lynch, Jr.19-Jul-10 7:20
Ennis Ray Lynch, Jr.19-Jul-10 7:20 
GeneralRe: generic List - Remove Duplicates Pin
Kevin Marois19-Jul-10 7:22
professionalKevin Marois19-Jul-10 7:22 
GeneralRe: generic List - Remove Duplicates Pin
DaveyM6919-Jul-10 7:56
professionalDaveyM6919-Jul-10 7:56 
This MSDN page[^] says:
Returns distinct elements from a sequence by using the default equality comparer to compare values.
If you want to return distinct elements from sequences of objects of some custom data type, you have to implement the IEqualityComparer<T>[^] generic interface in the class.
Dave

If this helped, please vote & accept answer!


Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.(Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)

AnswerRe: generic List - Remove Duplicates Pin
Luc Pattyn19-Jul-10 10:36
sitebuilderLuc Pattyn19-Jul-10 10:36 
QuestionImplementing database roles on menu and button level Pin
DotNetXenon19-Jul-10 6:30
DotNetXenon19-Jul-10 6:30 
AnswerRe: Implementing database roles on menu and button level Pin
Pete O'Hanlon19-Jul-10 6:49
mvePete O'Hanlon19-Jul-10 6:49 
GeneralRe: Implementing database roles on menu and button level Pin
DotNetXenon19-Jul-10 8:13
DotNetXenon19-Jul-10 8:13 
GeneralRe: Implementing database roles on menu and button level Pin
Pete O'Hanlon19-Jul-10 9:49
mvePete O'Hanlon19-Jul-10 9:49 
QuestionHow can you add a click event in the text box, C# , asp.net Pin
emmadahmad19-Jul-10 6:19
emmadahmad19-Jul-10 6:19 
AnswerRe: How can you add a click event in the text box, C# , asp.net Pin
Pete O'Hanlon19-Jul-10 6:40
mvePete O'Hanlon19-Jul-10 6:40 
AnswerRe: How can you add a click event in the text box, C# , asp.net Pin
brunoseixas19-Jul-10 6:56
brunoseixas19-Jul-10 6:56 
QuestionDeclaring variables inside loops - inefficient? Pin
Adam Brown 319-Jul-10 5:19
Adam Brown 319-Jul-10 5:19 
AnswerRe: Declaring variables inside loops - inefficient? Pin
riced19-Jul-10 5:27
riced19-Jul-10 5:27 
AnswerRe: Declaring variables inside loops - inefficient? Pin
harold aptroot19-Jul-10 5:29
harold aptroot19-Jul-10 5:29 
AnswerRe: Declaring variables inside loops - inefficient? Pin
Ennis Ray Lynch, Jr.19-Jul-10 5:35
Ennis Ray Lynch, Jr.19-Jul-10 5:35 
AnswerRe: Declaring variables inside loops - inefficient? Pin
Luc Pattyn19-Jul-10 5:37
sitebuilderLuc Pattyn19-Jul-10 5:37 
AnswerRe: Declaring variables inside loops - inefficient? Pin
Keith Barrow19-Jul-10 5:44
professionalKeith Barrow19-Jul-10 5:44 
GeneralRe: Declaring variables inside loops - inefficient? Pin
Adam Brown 319-Jul-10 5:53
Adam Brown 319-Jul-10 5:53 
GeneralRe: Declaring variables inside loops - inefficient? Pin
harold aptroot19-Jul-10 5:54
harold aptroot19-Jul-10 5:54 
GeneralRe: Declaring variables inside loops - inefficient? [modified] Pin
Keith Barrow19-Jul-10 6:05
professionalKeith Barrow19-Jul-10 6:05 

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.