Converting SQL to LINQ, Part 4: Functions (Bill Horst)
This post assumes you’ve read the previous posts in this series:          Converting SQL to LINQ, Part 1: The Basics          Converting SQL to LINQ, Part 2: FROM and SELECT          Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators This post will discuss scalar and aggregate functions. Functions SQL SELECT clauses ...