What is reflection and disadvantages of reflection ?
Answer Posted / nagaraj
Reflection is the ability to read metadata at runtime. Using
reflection, it is possible to uncover the methods,
properties, and events of a type, and to invoke them
dynamically. Reflection also allows us to create new types
at runtime.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is DataGrid wheater its a Server Control or something else ?
List the asp.net validation controls?
What is aspect-oriented programming?
How do you design a website with multilingual support in ASP.NET ?
What is the difference between asp.net and mvc?
Why we use asp.net for website development?
How would you get asp.net running in apache web servers? Explain it's limitations.
Define cookie.
State differences between MVC and WebAPI
Define xmlreader class.
What is comparevalidator?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is data cache in sql server?
Which is faster viewbag or viewdata?
What are the differences between code behind and code inline?