What is reflection and disadvantages of reflection ?
Answer Posted / maloy.adhikari
The Reflection is used for accessing assembly related
information like methods ,properties etc at run time
& it can be dynamically invoke methods using reflection.
reflection can use for latebinding of an object.
The major disadvantage of using the reflection class is its
slow speed.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is viewstate information stored?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Which is better viewstate or session?
Explain the difference between server control and html control.
What is the state management in asp.net?
How would you create a permanent cookie?
How do we assign page-specific attributes?
How can you use a custom controls in ASP.NET application?
How do I upload a file from my ASP.NET page?
Define repository pattern in mvc.net? : asp.net mvc
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Why do we need a web application session?
Explain how do you deploy your asp.net application?
Explain advantages of caching?
Define dll hell?