Tag Archive: runtime

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/

Oct 14 2010

Silverlight 4 Clock

I was trying to get my Development Environment up & running the other day with Silverlight 4. It turns out that the Silverlight debug runtime isn’t actually part of the standard client, or the Silverlight 4 Tools for Visual Studio. Thanks to this thread I discovered The “Silverlight managed debugging package” is part of the …

Continue reading »

Permanent link to this article: http://trycatch.me/silverlight-4-clock/