What is reflection and disadvantages of reflection?
Answer Posted / shijas
Reflection is used for accessing assembly related
information ie, methods ,properties etc
we can dynamically invoke methods using reflection.
reflection can use for latebinding of an object.
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
what is loosely coupled solution? How it can be used?
Can the dictionary object be created in client?s scope ?
How to register exception filter globally?
Why do we use asp.net?
How are sessions stored?
What asp.net control can embed xaml into asp.net pages?
How is it possible for .NET to support many languages?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What are different methods of session maintenance in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Do you know about caching with the datasource controls?
What is the part of url?
How can you access the properties and controls of master pages from content pages?
What is web configuration file and how to use in web application
Explain ViewState?