aspx Tutorial

.NET Articles,jQuery demo, asp.net with jQuery, online tutorial,Jquery, SilverLight, Javascript, asp.net,JSON, MVC,.NET Articles,demo, Web Services, .NET articles, Sharepoint 2010, visual studio 2010,Aamir Hasan,IT
Advertise Here

Advertize

wwwSW
Posted by Aamir Hasan   on Sunday, March 13, 2011 Total Views:  

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


Here’s an example.


First, I have created Find-duplicate.aspx page.


<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title>Find duplicate string using Linq in asp.net</title>

</head>

<body>

    <form id="form1" runat="server">

    <div>

        <asp:Label ID="Label1" runat="server"></asp:Label>

    </div>

    </form>

</body>

</html>

 

Find-Duplicate.aspx.cs code behind script.


C#

    protected void Page_Load(object sender, EventArgs e)

    {

        String[] List = { "Aamir Hasan", "Google", "Yahoo", "Hotmail", "Google", "Yahoo" };

        var Duplicates = List.GroupBy(val => val)

                             .Where(g => g.Count() > 1)

                             .Select(g => g.Key);

 

        foreach (var d in Duplicates)

            Label1.Text += d + "<br>";

    }

 

 

VB.NET

 

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)

        Dim List As [String]() = {"Aamir Hasan", "Google", "Yahoo", "Hotmail", "Google", "Yahoo"}

        Dim Duplicates = List.GroupBy(Function(val) val)

                             .Where(Function(g) g.Count() > 1)

                             .[Select](Function(g) g.Key)

 

        For Each d As String In Duplicates

            Label1.Text += d + "<br>"

        Next

    End Sub


Output

Download

Find-Duplicate.rar (844.00 bytes)


See Live demo

Category: All | asp.net | ASP.NET 4.O | Linq
Protected by Copyscape Online Plagiarism Tool

Comments (7) -

ювелирный магазин
ювелирный магазин United States
8/24/2011 9:39:18 PM #

Hello. I think many could benefit from reading your blog therefore I am subscribing to it and telling all my friends.

Electronic Cigarette
Electronic Cigarette United Kingdom
10/19/2011 8:35:26 PM #

It's fantastic as there is no tar and so it doesn't affect our body as a standard cig would and no bad smell so it's comfortable to use in public places.




E    Cigarette
E Cigarette United Kingdom
10/19/2011 8:36:05 PM #

Hello, I really like you Steamlite Cigarette. The E-cigarette is a powerful battery operated device developed as an alternate for Normal Smoking .

baidu
baidu People's Republic of China
2/19/2012 10:05:56 PM #

<a href="http://www.baidu.com">baidu</a>;
[url=http://www.baidu.com]baidu[/url]
[link=http://www.baidu.com]baidu[/link]

hermes kelly
hermes kelly People's Republic of China
3/15/2012 10:14:58 PM #

Good article! Thank you so much for sharing this post.Your views truly open my mind.

Dodgers Blank Jersey
Dodgers Blank Jersey United States
3/25/2012 10:12:19 PM #

http://www.dodgersmart.com/dodgers-blank-jersey Dodgers Blank Jersey have built their season’s hopes on a rotation that is solid in the top two spots but has a variety of problems and
unknowns in the bottom three.

The hope for Cecil was that with his http://www.dodgersmart.com/kenley-jansen-jersey Kenley Jansen Jersey</a> to diet and fitness, one that has seen him drop about 35 pounds,

the reduced http://www.dodgersmart.com/rod-barajas-jersey Rod Barajas Jersey</a> (he’s still throwing 86-88) would climb and that he’d have more stamina and http://www.dodgersmart.com/vicente-padilla-jersey Vicente Padilla Jersey</a>.

And that may play out.

fafafa
fafafa Slovenia
4/23/2012 2:59:14 AM #

http://www.christianlouboutinukk.org   christian louboutin
http://www.tiffanyuks.org   tiffany uk
http://www.gucciukbeltuk.org   gucci belt
http://www.frsaclouisvuittonsac.com   louis vuitton sac
http://www.chanelukoutletuks.org   chanel outlet
http://www.burberryukoutletuk.org   burberry
http://www.poloralphlaurenuko.org   ralph lauren uk

Pingbacks and trackbacks (1)+

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading

Advertizement 1
Advertizement 2
Advertizement 3
Advertizement 4
Advertizement 5