|
by Rick Strahl via Rick Strahl's Web Log on 3/8/2009 12:06:59 PM
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 provide
... [ read more ]
|