What is reflection and disadvantages of reflection?
Answer Posted / anand mishra
Reflection is used to access assembly information like
methods and properties at run time. We can dynamically
invoke methods of an assembly at run time and thus
reflection is used for late binding.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What is the difference between user control an custom control?
What is microsoft windows sharepoint services?
What are the different authentication modes in asp.net?
How do http sessions work?
What is the meaning of TestApi?
What are Session states available and its Uses?
What is a 1x1 pixel?
How should I destroy my objects in asp.net?
What is xaml? Are xaml file compiled or built on runtime?
What are the differences between the response.write() and response.output.write()?
Explain the asp.net session state modes.
Why do we use datasource in asp.net?
How ASP.NET page works?
What kind of data can be stored in viewstate?
What is the difference between Session and response.Redirect?