[ LINQ via C# series ] Declarative vs. imperative This post mentioned that LINQ introduced new programming constructs to C#. Take a look at the samples in the beginning post : int [] source = new int [] { 0, -5, 12, -54, 5, -67, 3, 6 }; List < int > results = new List < int >(); foreach ...
Posted to
Dixin's Blog
(Weblog)
by
Dixin
on
03-03-2010, 12:00 AM
Filed under: .NET, C#, JavaScript, LINQ, TSQL, LINQ via C# Series, Ruby, Haskell, LINQ to Objects, Functional Programming