What is reflection and disadvantages of reflection ?
Answers were Sorted based on User's Feedback
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 |
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 |
Difference between Array and ArrayList? How Array is benifitful than ArrayList?
i want the asp.net technical questions and answeres
How does ASP.NET framework maps client side events to Server side events.?
How response object is related to asp's response object?
What is the purpose of session management?
Types of store procedure in Sqlserver?
Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?
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?
Explain asp.net page life cycle?
where can i gather the materials for MCP certification
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is http pipeline in asp.net?