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
Differentiate strong typing and weak typing
To load your generated dataset with data which method do you invoke?
What is different authentication mechanisms used in ASP.NET?
What are tuples?
What are the advantages and limitations of query string?
Is asp.net 64-bit enabled? How?
Are xaml file compiled or built on runtime?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the difference between response.redirect and server.transfer?
Define the types of configuration files.
What is difference between Fragment Caching and Page Caching in ASP.NET?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are validator? Name the validation controls in asp.net? How do you disable them?
explain code with multi inhertance
What is DataGrid wheater its a Server Control or something else ?