I have used reflection to dynamically invoke methods and properties of the
classes(business logic)(each class has more than 20 prop's and methods...),
Entire application is designed using core values of reflection. Now i want to
implement the same in client's environment. Will this leads to perfomance
issues???
sloan - 20 Dec 2007 18:26 GMT
Its slow.
http://www.spielwerke.com/www/content/view/64/47/
Or google
"System.Reflection" and "performance".
>I have used reflection to dynamically invoke methods and properties of the
> classes(business logic)(each class has more than 20 prop's and
[quoted text clipped - 3 lines]
> implement the same in client's environment. Will this leads to perfomance
> issues???