in Search
     

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
All Tags » .NET » Functional Programming (RSS)
  • Closures and Linq in C# 3.0

    Keith posted a great article demonstrating Linqs capabilities. There he was asked if his examples where " closures ". Let me take this opportunity to explain how closures are used in Linq by clarifying what a closure is and showing how the Linq queries are translated at compile time(from linq...
    Posted to jakelite by jakelite on 12-17-2007
    Filed under: Filed under: , , ,
  • A Tribute to the Unsung Heroes of C#’s Functional Revolution

    Many of us may not have noticed it but C# 2.0 gave us several really cool delegates and methods aimed at providing a gentle transition to the functional programming concepts introduced in C# 3.0 and Linq. This post aims to take a look at these useful yet under appreciated delegates and functions instrumental...
    Posted to jakelite by jakelite on 03-29-2007
    Filed under: Filed under: , , ,
  • Lambda Expressions in C#

    C# 3.0 introduces a new feature called lambda expressions. While this is not a revolutionary thing, it opens up a plethora of new possibilities for .Net programming. This post aims to introduce lambda expressions by providing a backgrounder, looking into its syntax and providing examples along the way...
    Posted to jakelite by jakelite on 03-23-2007
    Filed under: Filed under: , , ,
Page 1 of 1 (3 items)