Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / lambda

Lambda

lambda

Great Reads

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
by John Bandela
This post discusses another alternative to lambda move capture.
by John Pravin
Asynchronous Programming with Task Parallel Library.

Latest Articles

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
by John Bandela
This post discusses another alternative to lambda move capture.
by John Pravin
Asynchronous Programming with Task Parallel Library.

All Articles

Sort by Score

lambda 

by John Pravin
Asynchronous Programming with Task Parallel Library.
by Jon McKee
How to do it and why it works
by Randy Kroeger
Created a POC that dynamically builds a predicate using Expression and Reflection.
by Uladzislau Baryshchyk
A walkthrough and source code for creating telegram bot using C# and deploying it on AWS