Question:You want to merge the results from two separate LINQ queries into a single result set. How would you accomplish this?
A Use the ToList method.
B Use the DataContractJsonSerializer class.
C Use the XElement class.
D Use the Concat method.
+ AnswerD
+ Report