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
What are the different types of sessions in asp.net?
How to unit test Web API?
How to fetch a data from one table to another table in asp.net ?
Explain asp.net mvc request life cycle? : asp.net mvc
How can we register exception filter globally?
How can we identify that the Page is Post Back?
What are the advantages of using session?
Can we store object in viewstate?
What is application variable in asp.net?
What is the maximum amount of memory any single process on windows can address?
Define data caching?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Is data edited in the Repeater control?
Why do you use the app_code folder in asp.net?
Which namespace is used by ado.net?