What is reflection and disadvantages of reflection?
Answer Posted / abhay
reflection is a namespace comes under System namespace that is used for devleoping applications.by reflection you can access metadata information.
* how many classes in assembly.
*what are methods and their type in assembly.
*constructor,field,event information used in classes.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What are the different kinds of assemblies?
Web API supports which protocol?
Define a static class?
Explain the advantages of asp.net.
When you use Ajax controls in the ASP.NET application?
What should you do is you want to remove an existing component but would like to make some funtionalities?
In order to get assembly info which namespace we should import?
Which is better session or viewstate?
How you will handle session when deploying application in more than a server?
What is meant by server side scripting?
Do gac'ed assemblies have fulltrust?
What are the built-in objects in asp.net?
What parameters can you pass in the url of the api? Can get and post use the same url?
Explain how dot net compiled code will become platform independent?