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 ASP.NET Community
Lambda expressions provide a concise, functional syntax for writing anonymous methods. They are super useful when writing LINQ query expressions.