Thursday, August 14, 2008

Reflection performance and Delegate.CreateDelegate

For those out there that work on Enterprise level .NET applications, using reflection is a necessity.

While avoiding (inappropriate) use of reflection is always a goal for an enterprise developer, making the right decisions when it's use is required is paramount.

While reading up on the Csla forum, I ran across a post that referenced this blog article on "Making reflection fly and exploring delegates".

It makes a great suggestion and something to consider as an alternate to using MethodInfo, so I thought I would pass it along.

http://msmvps.com/blogs/jon_skeet/archive/2008/08/09/making-reflection-fly-and-exploring-delegates.aspx

No comments: