Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • A great article on functional programming...

    http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main stream. His article has imaginary Java samples...
    Posted to David Findley's Blog (Weblog) by findleyd on 06-20-2006, 12:00 AM
    Filed under: C#, Ruby, .NET, Tools, JavaScript, Atlas, LINQ, DLINQ, XLINQ, AJAX, Rails, Programming Languages
  • Understanding LINQ to Objects (1) Programming Paradigm

    [ 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
Page 1 of 1 (2 items)