How can you merge the results from two separate LINQ queries into a single result set?

Options
- Use the ToList method.
- Use the DataContractJsonSerializer class.
- Use the XElement class.
- Use the Concat method.


CORRECT ANSWER : Use the Concat method.

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement