What is reflection and what is it for?
Answer / Chayan Prakash
Reflection in .NET is a runtime mechanism that allows one to inspect, modify and invoke members of an object at runtime. It's used for introspection, late binding, and dynamic invocation of objects and their members.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between asp.net & vb.net and explain architecture?
Why is .net used?
How can you assign an rgb color to a system.drawing.color object?
Explain the different parts of an assembly?
What is a metadata in .net?
What does cil do?
Explain asp.net?
Explain role-based security in .Net.
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Explain the difference between the stack and the heap?
How many types of generations are there in a garbage collector?
Is .net an object oriented language? What are their components?