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 am thinking to continue the LINQ series of posts but I want to give a clear example on Linq to Objects . In all my classes people seem to have the following answer to this question, " What kind of data can we query with LINQ? " Most people say " Well...