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 is the version number for the next version of the .net framework, codenamed �orcas�?
What is the mvc pattern (model view controller pattern)?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is partialview in asp.net mvc?
What is meant by bootstrap in mvc5?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What are the Core features of ASP.NET MVC?
What is the importance of NonActionAttribute?
Explain Bundle.Config in ASP.Net MVC4?
What is entity framework? : Entity framework
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
How do I use partial view?
how do you query in entity model when the result has a join from from different database other than the entity model?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
How we can add the css in mvc?