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

Expressions

expressions

Great Reads

by Martin-Hallonqvist
This article describes how I wrote a small Windows service for handling the task of sorting and renaming scanned (and run throgh OCR) documents depending on contents.
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 ASP.NET Community
DLR Expression is the backbone of the DLR. It is a separate feature that you can use without involving the rest of the DLR.Let’s take a look at
by Randy Kroeger
Created a POC that dynamically builds a predicate using Expression and Reflection.

Latest Articles

by Martin-Hallonqvist
This article describes how I wrote a small Windows service for handling the task of sorting and renaming scanned (and run throgh OCR) documents depending on contents.
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 ASP.NET Community
DLR Expression is the backbone of the DLR. It is a separate feature that you can use without involving the rest of the DLR.Let’s take a look at
by Randy Kroeger
Created a POC that dynamically builds a predicate using Expression and Reflection.

All Articles

Sort by Score

expressions 

by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for.
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained methods and constructors.
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained generic methods and events.
by Coral Kashri
Fold-expressions in extreme cases
by TheCannyCoder
Introduction to functional programming in Java 8
by Trần_Tuấn_Anh
Functional interfaces are a core concept in Java, particularly in the context of functional programming. But what exactly are they, and why should you care about them?
by Aram Tchekrekjian
More about pattern matching types with a usage example for each type