2
shouts

Dynamic Delegates with Expression Trees - Rick Strahl's Web Log

posted by beebee 372 days, 23 hours, 15 minutes ago
Sunday, March 08, 2009 7:54:05 PM GMT

Nate Kohari has a great post regarding nice dynamic delegate implementation using LINQ expression trees. Go check it out, it’s a great example of the power of Expression Trees in an example that is actually understandable and also very useful. I’ll wait here… Basically what Nate’s code does is provide a dynamic method implementation for any generic method signature that you can provide via a MethodInfo structure.

So what? Dynamic invocation isn’t difficult, right? After all Reflection provides this fu...

category: Foundation | clicked: 13 | | source: west-wind.com | show counter code
tags: C#, Delegate, Linq

No comments yet, be the first one to post comment.

To post your comment please login or signup