Similar articles
DotNetShoutout - Latest published stories
LINQ: Where are my extension methods? « Mehroz’s Experiments
The powerful Extension Methods due to LINQ have made our development really simple and easy. However in some cases these methods are not available. This post will list a few such scenarios and will de...
ASP.NET Weblogs
How to simulate IN Clause in LINQ queries
Hi, When working with the LINQ queries for SQL one of the common queries that we need to run is the select query with IN clause. In SQL IN clause is used to provide more than one value to match in ...