What is reflection?
Answer Posted / agrawars
Reflection is a concept of reverse engineering. The process in order to read and access mechanism of control or assembly is called reflection. It can be performed by using System.reflection namespace in .net
Top two answers can be provide after it.
Thanks.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Which version of .net framework is installed?
what is deferred loading(lazy loading)?
Which are the important namespaces used in ASP.Net MVC?
How we can handle the exception at controller level in ASP.Net MVC?
what is linq to entities?
Mention two instances where routing is not implemented or required?
How does �side by side� work for the .net framework 3.0?
What is model first? : Entity framework
What is needed for running an application built on winfx on the .net framework 3.0?
What are child actions in ASP.Net MVC?
Can you explain model, controller and view in mvc?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
what do you mean by navigation property?
What is difference between html.beginform and ajax.beginform?