Answer Posted / 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 |
Post New Answer View All Answers
Explain what is routing?
What are child actions in ASP.Net MVC?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What are ajax helpers in asp.net mvc?
What is stateless model?
Is dapper better than entity framework?
Explain Keep method in Tempdata in ASP.Net MVC?
What is display mode in mvc?
What is the "helperpage.isajax" property?
What is iobjectset? : Entity framework
what is complex type?
what is entity data model?
In Server how to check whether model has error or not in ASP.Net MVC
What is difference between razor and web form engine?
What is difference between viewbag and viewdata and tempdata?