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
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:
Post a Comment