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
What are the two ways to add constraints to a route?
What are the 2 ways of adding constraints to a route?
What are html helpers in asp.net mvc?
what is deferred loading(lazy loading)?
How to return the JSON from action method in ASP.Net MVC?
mention what are the various methods provided by the dataset object to generate xml?
Does windows 10 need .net framework?
Explain ASP.NET MVC Identity and Security?
What are the new enhancements done in default project template of asp.net mvc 4?
What is page life cycle?
What is separation of concerns in asp.net mvc?
What is attribute routing in mvc?
Explain the methods used to render the views in mvc?
What are actions in asp.net mvc?
Explain the types of Scaffoldings.