LINQ

List of Codesnippets in LINQ

LINQ: Deferred Execution

The following example shows how query execution is deferred until the results is enumerated.Read more..
By: Geming Leader   |    On:  9/2/2010 10:25:54 AM   |    Article

Zip operator in Linq with .NET 4.0

Microsoft .NET framework 4.0 is having many features that make developers life very easy. Its also provides some enhancement to Linq also. I just found a great operator called Zip which merge the sequence of two entities.Read more..
By: jalpesh   |    On:  6/21/2010 10:41:06 AM   |    Article

How to find Duplicates Elements with LINQ

In this snippet I am going to discuss about how to get list of duplicate items for the collection that we do in sql.Read more..
By: pranay rana   |    On:  3/5/2011 5:56:59 AM   |    Article

Sum and Concat Operator operators in LINQ

Linq contains lots useful operators and i have found more two operators that can be help full in our day to day programming life. Here are explanation.Read more..
By: jalpesh   |    On:  6/21/2010 10:46:29 AM   |    Article

How to use Sql LIKE Operator % in LINQ

In this snippet, we will focus how to use the SQL LIKE operator in LINQ Query. The LINQ is powerful concepts to query data in .NET Framework level as like database query. But way of build query is different from the SQL query.Read more..
By: RRaveen   |    On:  12/30/2010 10:51:33 PM   |    Article

Usage of Except Operator in LINQ

Usage of Except Operator in LINQRead more..
By: RaviChandra   |    On:  5/28/2010 2:16:17 AM   |    Article
^ Scroll to Top