Community

Dynamically evaluated SQL LINQ queries

(Don Kackman) 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. The result is support for runtime query evaluations l

Read More - Register for Free Membership