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 'page life cycle' of an ASP.NET MVC?
What is the use of viewmodel in mvc?
Why to use Html.Partial in ASP.Net MVC?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Describe the roles of clr in .net framework.?
What is the purpose of a web form?
What is entitycontainer? : Entity framework
What are ajax helpers in asp.net mvc?
differences between poco, model first and data first approach?
How large is the .net framework 3.0?
What operating systems will the .net framework 3.0 be available for?
What is mapping in entity framework? : Entity framework
What are the Core features of ASP.NET MVC?
What is viewbag?
What is Area in ASP.Net MVC?