An abundance of LINQ queries and expressions using both the query and method syntax.

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Thu, 27 Jan 2011 10:37:00 GMT Indexed on 2011/01/28 23:27 UTC
Read the original article Hit count: 617

In this post I will be writing LINQ queries against an array of strings, an array of integers.Moreover I will be using LINQ to query an SQL Server database. I can use LINQ against arrays since the array of strings/integers implement the IENumerable interface. I thought it would be a good idea to use both the method syntax and the query syntax. There are other places on the net where you can find examples of LINQ queries but I decided to create a big post using as many LINQ examples as possible. We...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about visual studio 2008