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
mention in what all scenarios entity framework can be applicable?
What is route config?
Which version of .net framework is installed?
How to change the action name in ASP.Net MVC?
Can you explain the page life cycle of mvc?
What is action methods in web api?
What you mean by routing in mvc?
What is mapping in entity framework? : Entity framework
What is page life cycle?
Can you please explain the request flow in ASP.NET MVC framework?
Explain the advantage of packaging over xcopy in .net?
What is the advantage of using asp.net routing?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Explain ASP.NET MVC Identity and Security?
Is the following route definition a valid route definition? {controller}{action}/{id}