Click here to Skip to main content
15,795,402 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# technology Pin
Peter Leow11-Mar-14 17:11
professionalPeter Leow11-Mar-14 17:11 
AnswerRe: C# technology Pin
BillWoodruff11-Mar-14 20:05
professionalBillWoodruff11-Mar-14 20:05 
AnswerRe: C# technology Pin
thatraja11-Mar-14 23:10
professionalthatraja11-Mar-14 23:10 
AnswerRe: C# technology Pin
V.12-Mar-14 2:20
professionalV.12-Mar-14 2:20 
AnswerRe: C# technology Pin
jschell12-Mar-14 12:17
jschell12-Mar-14 12:17 
Questionintellisense Pin
cdpsource11-Mar-14 3:11
cdpsource11-Mar-14 3:11 
AnswerRe: intellisense Pin
Tom Marvolo Riddle11-Mar-14 3:21
professionalTom Marvolo Riddle11-Mar-14 3:21 
QuestionConcatenating specific properties values of class Pin
nitin_ion11-Mar-14 0:59
nitin_ion11-Mar-14 0:59 
I have a class

public class t1
{
public string Name { get; set; }
public string rr { get; set; }
public string ss { get; set; }
public string yy { get; set; }
}

i am concatenating values of a class like this
var yy = string.Join("", typeof(t1).GetProperties().Select(x => x.GetValue(ttt)));

i want to remove some of the properties from concatenating how can it be achieved

I know that in select i can write x.property name etc.. but how can I do it in one line
SuggestionRe: Concatenating specific properties values of class Pin
Kornfeld Eliyahu Peter11-Mar-14 1:19
professionalKornfeld Eliyahu Peter11-Mar-14 1:19 
GeneralRe: Concatenating specific properties values of class Pin
nitin_ion11-Mar-14 1:37
nitin_ion11-Mar-14 1:37 
GeneralRe: Concatenating specific properties values of class Pin
Kornfeld Eliyahu Peter11-Mar-14 1:41
professionalKornfeld Eliyahu Peter11-Mar-14 1:41 
GeneralRe: Concatenating specific properties values of class Pin
nitin_ion11-Mar-14 1:48
nitin_ion11-Mar-14 1:48 
AnswerRe: Concatenating specific properties values of class Pin
Kornfeld Eliyahu Peter11-Mar-14 1:53
professionalKornfeld Eliyahu Peter11-Mar-14 1:53 
GeneralRe: Concatenating specific properties values of class Pin
nitin_ion11-Mar-14 2:24
nitin_ion11-Mar-14 2:24 
GeneralRe: Concatenating specific properties values of class Pin
Kornfeld Eliyahu Peter11-Mar-14 2:35
professionalKornfeld Eliyahu Peter11-Mar-14 2:35 
QuestionC# Win Forms Drag n Drop email to .EML file Pin
Member 875270111-Mar-14 0:29
Member 875270111-Mar-14 0:29 
AnswerRe: C# Win Forms Drag n Drop email to .EML file Pin
Bernhard Hiller11-Mar-14 1:08
Bernhard Hiller11-Mar-14 1:08 
GeneralRe: C# Win Forms Drag n Drop email to .EML file Pin
Member 875270111-Mar-14 1:13
Member 875270111-Mar-14 1:13 
GeneralRe: C# Win Forms Drag n Drop email to .EML file Pin
Bernhard Hiller11-Mar-14 1:31
Bernhard Hiller11-Mar-14 1:31 
GeneralRe: C# Win Forms Drag n Drop email to .EML file Pin
Member 875270111-Mar-14 1:34
Member 875270111-Mar-14 1:34 
QuestionC# Windos app with SQl Issue Pin
manumaxma10-Mar-14 23:32
manumaxma10-Mar-14 23:32 
AnswerRe: C# Windos app with SQl Issue Pin
Eddy Vluggen11-Mar-14 1:59
professionalEddy Vluggen11-Mar-14 1:59 
QuestionDatagridview Timed Output Pin
Su069110-Mar-14 19:25
Su069110-Mar-14 19:25 
AnswerRe: Datagridview Timed Output Pin
OriginalGriff10-Mar-14 23:41
mvaOriginalGriff10-Mar-14 23:41 
AnswerRe: Datagridview Timed Output Pin
Richard MacCutchan10-Mar-14 23:46
mveRichard MacCutchan10-Mar-14 23:46 

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.