TheSharperDev
Posts about C# and F#
Posts
Snippets
About
expressions
Sep 22, 2019
An Introduction to C# Expression Trees
Entity Framework takes C# queries and turns them into SQL queries. Expression trees power that mapping and transformation. Expression trees are a nerdy language feature you may not know about, but they power a surprising amount of things in C#.