What is reflection and disadvantages of reflection ?

Answers were Sorted based on User's Feedback



What is reflection and disadvantages of reflection ?..

Answer / 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

What is reflection and disadvantages of reflection ?..

Answer / nagaraj

Reflection is the ability to read metadata at runtime. Using
reflection, it is possible to uncover the methods,
properties, and events of a type, and to invoke them
dynamically. Reflection also allows us to create new types
at runtime.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Difference between Array and ArrayList? How Array is benifitful than ArrayList?

3 Answers   Tech Mahindra,


i want the asp.net technical questions and answeres

0 Answers  


How does ASP.NET framework maps client side events to Server side events.?

0 Answers  


How response object is related to asp's response object?

0 Answers  


What is the purpose of session management?

0 Answers  


Types of store procedure in Sqlserver?

3 Answers  


Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?

0 Answers  


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


Explain asp.net page life cycle?

0 Answers  


where can i gather the materials for MCP certification

2 Answers  


Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


What is http pipeline in asp.net?

0 Answers  


Categories