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 application events and session events

0 Answers  


what is profiles in asp.net

1 Answers  


What is server objects in asp.net?

5 Answers  


What are the 3 levels at which content pages can be attached to Master Page?

0 Answers   MCN Solutions,


What is fulltrust?

0 Answers  






How to do Caching in ASP?

1 Answers  


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,


17. 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?

1 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,


RequiredFieldValidator--write code in javascript

3 Answers   Wipro,


If you have to replicate a set of controls(UI) across a number of web pages, what will you do

1 Answers  


Categories