Community

Building LINQ Queries at Runtime in F#

In an article about building LINQ queries at runtime in C# 3.0 [1], I described how you can build a LINQ query dynamically, for example by combining a set of conditions using the ‘or’ operator in the where clause. I mentioned that the way I implemented it is largely influenced by the F# language, wh

Read More - Register for Free Membership