Tuesday 11 August 2020

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. 

No comments:

Post a Comment