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 |
Is mvc 4 supporting windows azure sdk (software development kit) ?
Difference between <connectionstring> and <appsettings>
What is the use of finalize and dispose eventhough garbage collector is working?
what is VSS? Where we are using?
How to change the action name in mvc?
Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.
What is namespace used for loading assemblies at run time and name the methods?
What are Validation Annotations?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is GUID and why we need to use it and in what condition? How this is created
Explain .net Framework?
What are Action Filters in ASP.NET MVC and its use?