PreviousNext

Dynamically evaluated SQL LINQ queries

by bill-s, 2013-05-11T08:09:51.000Z

Have you ever wanted to execute simple SQL SELECT statements against in-memory collections and lists? Well, I have, and this article presents a mechanism to do that utilizing LINQ and runtime generated and compiled Lambda Expressions.

Read More