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
Which protocol is used to call a web service?
How many types of file extensions for razor views in ASP.Net MVC?
List the asp.net validation controls?
What is active web pages?
What is the Difference between MVC And MVP design pattrens
Mention the execution process for managed code?
How many types cache in asp net?
What is xaml? Are xaml file compiled or built on runtime?
what are the web form events available in asp.net?
What is loop in asp.net?
What is autopostback in dropdownlist in asp net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Describe state management in asp.net?
What is the difference between custom web user control and a custom web server control?
What is the behavior of a Web browser when it receives an invalid element?