Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between viewbag and viewdata in asp.net mvc?
Explain bundle.config in mvc4?
How to Redirect Tracing to a File
Explain tempdata in asp.net mvc?
What is razor code?
How we can add the CSS in ASP.Net MVC?
Is dapper better than entity framework?
What is the purpose of a web form?
What are the components required to create a route in ASP.Net MVC?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is web api‘s in asp.net mvc 4 ?
List out few different return types of a controller action method?
Which are the important namespaces used in mvc?
What is objectset? : Entity framework