What is Reflection in .NET?
Answers were Sorted based on User's Feedback
Answer / guest
Reflection is the feature in .Net, which enables us to get
some information about object in runtime. That information
contains data of the class. Also it can get the names of
the methods that are inside the class and constructors of
that object.
| Is This Answer Correct ? | 39 Yes | 3 No |
Answer / soumya
Reflection is a mechanism to retrieve type information of an
assembly at the run time.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / naren
Reflection is used to read assembly information using system.assembly.reflection
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / honey
Reflection is the feature in .Net, which enables us to get
some information about object in runtime. That information
contains data of the class. Also it can get the names of
the methods that are inside the class and constructors of
that object.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amit kumar gupta
Reflection is process to access the assembly matadata
informetion means that find the assembly version, Storg key,
assemble name,asseebly Cultureand and manifast informetion
means that find all the class and class member function of
assembly in runtime using the System.Reflection Name Space.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satendra kasana
A MetaData Information Can be Process Called reflection
| Is This Answer Correct ? | 2 Yes | 3 No |
What is renderbody?
Which version of .net framework is installed?
Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
What is ViewStart Page in ASP.Net MVC?
What are the 3 main components of an asp.net mvc application?
Can you explain renderbody and renderpage in asp.net mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Is it possible to cancel filter execution?
what are generics? Without generics what are the disadvantages in 1.1?
3 Answers HP, iSoft, nTech Solutions,
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is the property available to check if the page posted or not
What is basic authentication in web api?