How to use union all in LINQ?

Concat is the LINQ equivalent of UNION ALL in SQL. I’ve set up a simple example in LINQPad to demonstrate how to use Union and Concat. If you don’t have LINQPad, get it. In order to be able to see different results for these set operations, the first and second sets of data must have … Read more