The database uses of LINQ (to SQL/to Entities) get all of the glory, but LINQ can be used against your run of the mill objects in .NET. Take for example sorting strings; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 static void Main( string [] args) { string
Read More...