ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net Framework
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
What is reflection?
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is reflection?
Answer
# 1
All .NET compilers produce metadata about the types defined 
in the modules they produce. This metadata is packaged 
along with the module (modules in turn are packaged 
together in assemblies), and can be accessed by a mechanism 
called reflection.

The System.Reflection namespace contains classes that can 
be used to interrogate the types for a module/assembly. 

Using reflection to access .NET metadata is very similar to 
using ITypeLib/ITypeInfo to access type library data in 
COM, and it is used for similar purposes - e.g. determining 
data type sizes for marshaling data across 
context/process/machine boundaries.

Reflection can also be used to dynamically invoke methods ( 
System.Type.InvokeMember ) ,  or even create types 
dynamically at run-timeystem.Reflection.Emit.TypeBuilder). 
 
Is This Answer Correct ?    6 Yes 4 No
Swapna
 
  Re: What is reflection?
Answer
# 2
reflection is a collection of metadata and combination of
manifest.it can also be used to dynamically invoked method.
 
Is This Answer Correct ?    4 Yes 3 No
Janani
 
 
 
  Re: What is reflection?
Answer
# 3
Reflection is a concept of reverse engineering. The process in order to read and access mechanism of control or assembly is called reflection. It can be performed by using System.reflection namespace in .net

Top two answers can be provide after it.

Thanks.
 
Is This Answer Correct ?    1 Yes 0 No
Agrawars
 

 
 
 
Other Dot Net Framework Interview Questions
 
  Question Asked @ Answers
 
what are background threads? give ex? Kanbay3
Difference between <connectionstring> and <appsettings>  3
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj; Kanbay7
what is Framework?  2
What is the use of trace utility ?  1
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0  4
how many ways for pass the parameters in the fuction in c#  3
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed? ABC1
Which is the best institute in hyderabad to learn DotNet? Infosys74
What is Partial Assembly References? Microsoft2
If we write return statement in finally block will it works fine or throws any error? Kanbay5
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?  1
WHICH IS MORE SECURED AMONG JAVA AND .NET?  7
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!! HCL2
What is strong name?  4
Where does web.config info stored? Will this be stored in the registry ? Accenture1
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?  1
What is the common property in .net? Nth-Solution1
Define .NET architecture ? TCS1
about triggers? CSC1
 
For more Dot Net Framework Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com