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
Describe the Server Control Events of ASP.NET?
What is bson in web api?
What are the types of validation in asp net?
What is ASLM?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What are the navigation ways between pages available in ASP.NET?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is application variable in asp.net?
How asynchronous call can be implemented using delegates?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Define view state.
What are the event handlers that can be included in the Global.asax file?
Explain form level validation and field level validation?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Explain server control extensibility with reference to asp.net 2.0 ?