Click here to Skip to main content
15,881,204 members
Everything / Expressions

Expressions

expressions

Great Reads

by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
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 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 Yuriy Magurdumov
PropertyMapper allows mapping object properties to string keys and accessing property values based on those string keys

Latest Articles

by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
by Coral Kashri
Fold-expressions in extreme cases
by Kamran Saeedi
An idea on how to use .NET ExpressionVisitor to translate lambda expressions into classes that encapsulate data suitable for filtering data & creating query strings
by Mayank_Gupta_
Immediately Invokable Function Expressions in JavaScript

All Articles

Sort by Title

Expressions 

14 Aug 2013 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.
14 Aug 2014 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
11 Oct 2013 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
15 Jan 2015 by Bhushan Mulmule
This write-up will take you through all the steps that are required to understand lambda expression thoroughly.
4 Dec 2012 by sadomovalex
Shows how using reverse engineering feature developers may add new conditions into string CAML queries using lambda expressions.
11 Oct 2013 by ASP.NET Community
There are three terms around Internationalization that are often used interchangably, however they are distinctions. Here's a good
15 Jun 2017 by Mayank_Gupta_
Immediately Invokable Function Expressions in JavaScript
19 Nov 2013 by sadomovalex
Describes support for IN CAML operation in Camlex open source library for Sharepoint developers
22 May 2020 by Kamran Saeedi
An idea on how to use .NET ExpressionVisitor to translate lambda expressions into classes that encapsulate data suitable for filtering data & creating query strings
29 Jan 2013 by Florian Rappl
An introduction to lambda expressions as well as an advanced discussion on how and where to use them. This article will also show known and introduce new design patterns that might be helpful.