Click here to Skip to main content
15,860,972 members
Home / Discussions / C#
   

C#

 
GeneralThis question is removed Pin
lokeshnj27-Jun-16 4:32
lokeshnj27-Jun-16 4:32 
AnswerRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Eddy Vluggen27-Jun-16 7:29
professionalEddy Vluggen27-Jun-16 7:29 
GeneralRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Jim_Snyder30-Jun-16 4:18
professionalJim_Snyder30-Jun-16 4:18 
GeneralRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Eddy Vluggen30-Jun-16 4:21
professionalEddy Vluggen30-Jun-16 4:21 
GeneralRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Jim_Snyder30-Jun-16 4:27
professionalJim_Snyder30-Jun-16 4:27 
GeneralRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Eddy Vluggen30-Jun-16 7:58
professionalEddy Vluggen30-Jun-16 7:58 
GeneralRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Jim_Snyder1-Jul-16 3:13
professionalJim_Snyder1-Jul-16 3:13 
GeneralRe: I have requirement to compare two list or any container which is feasible for the requirement in C#.net Pin
Jim_Snyder30-Jun-16 4:33
professionalJim_Snyder30-Jun-16 4:33 
Repost:
If it isn't coming from a database, an option would be to import the key column(s) into a record object, build a generic list of objects, and use .Equals to compare. The class for the record would need a method to expose how .Equals could do the compare.
Then you could take the results (non-matches) and update your control. I am working on this process in parallel.
Questionhow to fire up the message receive handler on runtime? Pin
Member 1255232425-Jun-16 23:46
Member 1255232425-Jun-16 23:46 
AnswerRe: how to fire up the message receive handler on runtime? Pin
OriginalGriff26-Jun-16 1:13
mveOriginalGriff26-Jun-16 1:13 
QuestionCommand Binding Pin
Member 1245711024-Jun-16 3:46
Member 1245711024-Jun-16 3:46 
AnswerRe: Command Binding Pin
Gerry Schmitz24-Jun-16 4:21
mveGerry Schmitz24-Jun-16 4:21 
AnswerRe: Command Binding Pin
Bernhard Hiller26-Jun-16 21:11
Bernhard Hiller26-Jun-16 21:11 
AnswerRe: Command Binding Pin
Pete O'Hanlon26-Jun-16 22:00
subeditorPete O'Hanlon26-Jun-16 22:00 
QuestionDataGridViewCheckBoxColumn Checkig Problem Pin
Member 1209010423-Jun-16 20:17
Member 1209010423-Jun-16 20:17 
SuggestionRe: DataGridViewCheckBoxColumn Checkig Problem Pin
CHill6024-Jun-16 0:10
mveCHill6024-Jun-16 0:10 
Questionwhy extension method is required in c#? Pin
Member 1031806523-Jun-16 18:36
Member 1031806523-Jun-16 18:36 
AnswerRe: why extension method is required in c#? Pin
PIEBALDconsult23-Jun-16 18:40
mvePIEBALDconsult23-Jun-16 18:40 
AnswerRe: why extension method is required in c#? PinPopular
OriginalGriff23-Jun-16 20:40
mveOriginalGriff23-Jun-16 20:40 
GeneralRe: why extension method is required in c#? Pin
PIEBALDconsult24-Jun-16 3:35
mvePIEBALDconsult24-Jun-16 3:35 
QuestionUse one dimensional array with RDotNet in C# Pin
Member 1085025323-Jun-16 8:30
Member 1085025323-Jun-16 8:30 
QuestionUpdate SQL table using CLR Pin
IT - Researcher22-Jun-16 21:38
IT - Researcher22-Jun-16 21:38 
QuestionRe: Update SQL table using CLR Pin
Gerry Schmitz23-Jun-16 12:44
mveGerry Schmitz23-Jun-16 12:44 
AnswerRe: Update SQL table using CLR Pin
IT - Researcher23-Jun-16 18:56
IT - Researcher23-Jun-16 18:56 
GeneralRe: Update SQL table using CLR Pin
Gerry Schmitz24-Jun-16 3:44
mveGerry Schmitz24-Jun-16 3:44 

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.