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 query string with example?
What is the difference between session.abandon() vs clear()?
What are different types of api?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is web api config?
How to implement globalization and localization in the use interface in .net.
What is server components?
Why session is necessary in web application?
What is the concepts of globalization and localization in .net?
Which is an advantage of application service providers?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Explain the Order of events in an asp.net page?
Explain about the Class view window?
What are the parts of an http response?
How you will improve web application performance?