Stories recently tagged with 'LamdaExpressions'

Dynamically building LINQ expression predicates(albahari.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

Suppose you wanted to write a LINQ to SQL query that implemented a keyword-style search. In other words, a query that returned rows whose description contained some or all of a given set of keywords... read more...

2 comments |category: |Views: 917

tags: another

Anonymous Recursion(wesnerm.blogs.com)

submitted by wesnermwesnerm(220) 5 years, 2 months ago

Anonymous recursion for lambda expressions and anonymous delegates in C# can be implemented using an implementation of the Y Combinator as well as a more efficient procedural approach with assignment. This article also explains how the use of the technique for representation lambda expressions renditions of values changed by loops in the static analysis tool, NStatic. read more...

1 comment |category: |Views: 47

tags: another