Click here to Skip to main content
15,880,891 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 Score

Expressions 

20 Dec 2015 by ASP.NET Community
Lambda expressions provide a concise, functional syntax for writing anonymous methods. They are super useful when writing LINQ query expressions.