Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
AnswerRe: Event timer_Tick in thread Pin
N a v a n e e t h23-Sep-09 0:25
N a v a n e e t h23-Sep-09 0:25 
GeneralRe: Event timer_Tick in thread Pin
tamir10123-Sep-09 1:50
tamir10123-Sep-09 1:50 
QuestionPicturebox Image to be stored in Sql Database Pin
amaankhan23-Sep-09 0:03
amaankhan23-Sep-09 0:03 
AnswerRe: Picturebox Image to be stored in Sql Database Pin
N a v a n e e t h23-Sep-09 0:08
N a v a n e e t h23-Sep-09 0:08 
AnswerRe: Picturebox Image to be stored in Sql Database Pin
carlecomm23-Sep-09 16:36
carlecomm23-Sep-09 16:36 
QuestionRead row value from previous DataRowView Pin
kanchoette22-Sep-09 22:19
kanchoette22-Sep-09 22:19 
AnswerRe: Read row value from previous DataRowView Pin
N a v a n e e t h23-Sep-09 0:07
N a v a n e e t h23-Sep-09 0:07 
QuestionAdding the result of two Anonymous Type LINQ queries Pin
Programm3r22-Sep-09 21:15
Programm3r22-Sep-09 21:15 
Hi all,

Is is possible to add the result of two anonymous LINQ queries together (when the data is gathered from two different data sources), to form a variable that one foreach loop can iterate on. For example:
var query1 = from x in dataCollection
             select new 
             {
                name = x.Name,
                surname = x.Surname
             };

var query2 = from x in xmlCollection
             select new 
             {
                name = x.Name,
                surname = x.Surname
             };

// ADD query1 and query2 ??
foreach (var result in .....


Many thanks in advance,
Kind regards,


The only programmers that are better C# programmers, are those who look like this -> Green Alien | [Alien]



Java | [Coffee] Programm3r

My Blog: ^_^

AnswerRe: Adding the result of two Anonymous Type LINQ queries Pin
Ravi Mori22-Sep-09 21:56
Ravi Mori22-Sep-09 21:56 
GeneralRe: Adding the result of two Anonymous Type LINQ queries Pin
Programm3r22-Sep-09 23:14
Programm3r22-Sep-09 23:14 
QuestionHow to save a web page opened in Mozilla using c# Pin
svt gdwl22-Sep-09 21:10
svt gdwl22-Sep-09 21:10 
AnswerRe: How to save a web page opened in Mozilla using c# Pin
Calla22-Sep-09 21:51
Calla22-Sep-09 21:51 
Questionhow to know which control is focused Pin
meghamaharshi22-Sep-09 21:03
meghamaharshi22-Sep-09 21:03 
AnswerRe: how to know which control is focused Pin
OriginalGriff22-Sep-09 21:31
mveOriginalGriff22-Sep-09 21:31 
GeneralRe: how to know which control is focused Pin
meghamaharshi22-Sep-09 21:56
meghamaharshi22-Sep-09 21:56 
GeneralRe: how to know which control is focused Pin
Programm3r22-Sep-09 21:57
Programm3r22-Sep-09 21:57 
AnswerRe: how to know which control is focused Pin
Programm3r22-Sep-09 21:38
Programm3r22-Sep-09 21:38 
AnswerRe: how to know which control is focused Pin
benjymous22-Sep-09 23:30
benjymous22-Sep-09 23:30 
AnswerRe: how to know which control is focused Pin
Henry Minute23-Sep-09 1:20
Henry Minute23-Sep-09 1:20 
Questionget GUID from Assembly Information Pin
Jassim Rahma22-Sep-09 20:56
Jassim Rahma22-Sep-09 20:56 
AnswerRe: get GUID from Assembly Information Pin
Ravi Mori22-Sep-09 21:00
Ravi Mori22-Sep-09 21:00 
AnswerRe: get GUID from Assembly Information Pin
0x3c022-Sep-09 23:42
0x3c022-Sep-09 23:42 
QuestionIBasicVideo2 GetCurrentImage returns black frames Pin
smilefishcc22-Sep-09 20:45
smilefishcc22-Sep-09 20:45 
QuestionTest Cases for the Code Pin
jpk42022-Sep-09 20:36
jpk42022-Sep-09 20:36 
AnswerRe: Test Cases for the Code Pin
Richard MacCutchan22-Sep-09 22:59
mveRichard MacCutchan22-Sep-09 22:59 

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.