Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: create and use .DLL Pin
DrooBo19-Jan-14 22:42
DrooBo19-Jan-14 22:42 
Questionabout suppoted technologies Pin
gupta vipin11118-Jan-14 6:25
gupta vipin11118-Jan-14 6:25 
AnswerRe: about suppoted technologies Pin
Dave Kreskowiak18-Jan-14 6:37
mveDave Kreskowiak18-Jan-14 6:37 
SuggestionDelete an edited answer Pin
agent_kruger18-Jan-14 2:28
professionalagent_kruger18-Jan-14 2:28 
GeneralRe: Delete an edited answer Pin
Richard MacCutchan18-Jan-14 4:15
mveRichard MacCutchan18-Jan-14 4:15 
GeneralRe: Delete an edited answer Pin
thatraja18-Jan-14 4:21
professionalthatraja18-Jan-14 4:21 
GeneralRe: Delete an edited answer Pin
agent_kruger18-Jan-14 18:18
professionalagent_kruger18-Jan-14 18:18 
QuestionLINQ Query Grouping Pin
eddieangel17-Jan-14 13:20
eddieangel17-Jan-14 13:20 
I have two tables, call it part and customer.


Part

PartId PartDesc
1 Bolt
2 Screw
3 Nut

Customer

CustomerId PartId
1 1
2 1
3 1
1 2


I want a result that looks like this:

PartId CustomerId
1 1, 2, 3

Sorry for the rough example, but how do I flatten multiple records like that into a comma separated list?

Thanks for any guidance, cheers, --EA
AnswerRe: LINQ Query Grouping Pin
OriginalGriff17-Jan-14 20:23
mveOriginalGriff17-Jan-14 20:23 
GeneralRe: LINQ Query Grouping Pin
eddieangel20-Jan-14 6:23
eddieangel20-Jan-14 6:23 
QuestionC# tamir sharp ssh, scp incomplete file transfer Pin
Michael Gaida16-Jan-14 6:03
Michael Gaida16-Jan-14 6:03 
AnswerRe: C# tamir sharp ssh, scp incomplete file transfer Pin
Eddy Vluggen18-Jan-14 0:58
professionalEddy Vluggen18-Jan-14 0:58 
GeneralRe: C# tamir sharp ssh, scp incomplete file transfer Pin
Michael Gaida27-Jan-14 2:23
Michael Gaida27-Jan-14 2:23 
QuestionProblem with shuffling array elements and displaying them Pin
Member 1052812316-Jan-14 2:36
Member 1052812316-Jan-14 2:36 
AnswerRe: Problem with shuffling array elements and displaying them Pin
Eddy Vluggen16-Jan-14 3:03
professionalEddy Vluggen16-Jan-14 3:03 
GeneralRe: Problem with shuffling array elements and displaying them Pin
Member 1052812317-Jan-14 3:53
Member 1052812317-Jan-14 3:53 
AnswerRe: Problem with shuffling array elements and displaying them Pin
BillWoodruff16-Jan-14 4:03
professionalBillWoodruff16-Jan-14 4:03 
GeneralRe: Problem with shuffling array elements and displaying them Pin
CPallini16-Jan-14 21:43
mveCPallini16-Jan-14 21:43 
AnswerRe: Problem with shuffling array elements and displaying them Pin
OriginalGriff16-Jan-14 8:31
mveOriginalGriff16-Jan-14 8:31 
GeneralRe: Problem with shuffling array elements and displaying them Pin
BillWoodruff16-Jan-14 17:33
professionalBillWoodruff16-Jan-14 17:33 
GeneralRe: Problem with shuffling array elements and displaying them Pin
OriginalGriff16-Jan-14 19:51
mveOriginalGriff16-Jan-14 19:51 
AnswerRe: Problem with shuffling array elements and displaying them Pin
BillWoodruff16-Jan-14 19:41
professionalBillWoodruff16-Jan-14 19:41 
AnswerMessage Closed Pin
16-Jan-14 22:43
harold aptroot16-Jan-14 22:43 
GeneralRe: All of the above is actually wrong Pin
CPallini16-Jan-14 23:38
mveCPallini16-Jan-14 23:38 
QuestionDIfference between Q/A and Discussion? Pin
agent_kruger16-Jan-14 1:43
professionalagent_kruger16-Jan-14 1:43 

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.