Here is a tip to optimize your dynamic binding involving Assembly.Load.
Instead of executing Assembly.Load every everytime in the loop, if Assembly is loaded globally once and reference is used thereafter there is a huge performance gain.
The new time taken is 2 min 10 sec for test in my previous post.
Yes, but how to load assembly glogally once at run time? :)
ReplyDelete