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
How can we Validate a Controls in ASP.NET page using JavaScript?
How to use push notification?
What is a web pool?
What is x xss protection?
Explain the difference between the web config and machine config.
What are the main requirements for caching?
Explain how can you debug your .net application?
Explain method to handle error using HttpError in Web API?
What are the 3 types of web?
What is base class of button control in .net?
What is a uri query?
Fetch one page value to another page without using state-managment ?
Can asp.net work on an nt server?
What is the function of the ViewState property?
Is it possible to change the index of primary key on table?