L want to find the duplicate if any in the combined string.
for example below is the data table.
I want to concatenate the two column values (EMPNO and DEPT) from the data table.
and then find the duplication in that.

How to form the above requirement in LINQ C#
NOTE : last box Step-2 is the final result.








