Tag Archive: dynamic

Nov 30 2010

Building Lambda Expressions at Runtime

Necessity is the mother of all… reasons to learn something new. So when some project requirements came down to put together a Search UI for an object graph of ~200 different properties in one wide table, we got an opportunity to play with some dynamic LINQ. We needed to come up with a quick way to allow them to choose between which properties they wanted to search by, the operators applicable to that properties type.

Permanent link to this article: http://trycatch.me/building-lambda-expressions-at-runtime/