What is reflection and disadvantages of reflection ?
Answer Posted / maloy.adhikari
The Reflection is used for accessing assembly related
information like methods ,properties etc at run time
& it can be dynamically invoke methods using reflection.
reflection can use for latebinding of an object.
The major disadvantage of using the reflection class is its
slow speed.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can you explain composite pattern?
How many types of session state management options available in asp.net?
How we implement web farm and web garden concept in asp.net?
What are uri parameters?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is GAC in ASP.NET 2.0
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is web router?
What are the different method of navigation in asp.net?
Why do we need a web application session?
How should I destroy my objects in asp.net?
What are the differences between primary foreign and unique keys?
what are the Custom controls in asp.net?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Describe how passport authentication works.