0
kicks
Find duplicate string using Linq in asp.net.
You will see that how to find out duplicate string using linq in asp.net. In order to find duplicate we will use GroupBy method and if any group has a count greater then 1, it’s is a duplicate.