MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    How you can merge the results from two separate LINQ queries into a single result set. | 
                            
| A. | Use the ToList method. | 
| B. | Use the DataContractJsonSerializer class. | 
| C. | Use the XElement class. | 
| D. | Use the Concat method. | 
| Answer» E. | |