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

What are the elements of a website?

0 Answers  


What a diffgram is, and a good use for one?

0 Answers  


How can you register a custom server control to a web page?

0 Answers  


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

0 Answers  


What is the difference between GridView and Repeater controls in ASP.NET?

0 Answers  






what is strong name?

4 Answers   Fidelity, Infosys, Microsoft, Shriram Value Services,


How will you write a web service for secure socket layer? What is secure socket? Have you done any socket programming? What is single thread and multi thread? What are the differences between .NET 1.1 and .NET 2.2? What is the command to connect to a StoredProcedure? How many types of Adapters are available in ADO.NET? Why DataAdapters are important? What is DataSet? It's important to compile the ASP.NET application before using it? What protocol you use to stream the audio and Video data? What are the different kind of network protocols? Write how will you connect to a database using DataSet? Why we use AJAX? What AJAX can do which JavaScript can't do? In a page using Windows Media API, if we press a button and in succession quickly press another button, what do you think will happen? Will the application wait for the first button response and then execute the second one or directly second button command will execute. What is the architecture of your application? What is connection pooling in SQL? Tell some functions of Windows Media API? How you will detect, whether the ActiveX is installed in the system before accessing it? What are validators are available in ASP.NET? What are the basic concepts of OOPS? What is abstraction?

0 Answers   Tesco,


Way of updating a table other than stored procedure and hard coded query?

2 Answers  


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

0 Answers   Siebel,


What is asynchronous call?

0 Answers  


How do you turn off cookies for one page in your site?

2 Answers   IBS,


Explain different authentication modes in asp.net?

0 Answers  


Categories