Find duplicate string using Linq in asp.net.

added by composeme
3/13/2011 7:30:04 AM

112 Views

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.


0 comments