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
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is the difference between partial and renderpartial?
Mention the core components of .net framework?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Is mvc 4 supporting windows azure sdk (software development kit) ?
How to use Jquery Plugins in ASP.Net MVC validation?
What is Peek method in Tempdata in ASP.Net MVC?
What is entitytype? : Entity framework
What are non action methods in mvc?
What are html helpers in asp.net mvc?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is display mode in mvc?
Explain peek method in tempdata in asp.net mvc?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Does Tempdata hold the data for other request in ASP.Net MVC?