What is Custom attribute? How to create? Namespace? If I'm
having custom attribute in an assembly, how to say that name
in the code? What is Reflection in .NET?
Answer Posted / suresh.gv
Reflection::
It is used to get Class info. at the runtime.
The Class info. defines::
no. of
constructors,methods,isobject,isvalue,issealed,ispublic,....
.
This can be achieve through Reflection.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How can you turn-on and turn-off cas?
Should I use readerwriterlock instead of monitor.enter/exit?
When a Static Constructor called in .NET?
What are two different types of remote object creation mode in .net?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Tell us the differences between an interface and an abstract class in .net?
what will do to avoid prior case?
Explain what is heap and what is stack?
What is Full trust permission set in .Net
What is Flyout Design Pattern in .NET?
Is .net core free?
When displaying fonts, what is the difference between pixels, points and ems?
Can you edit data in repeater control? How?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What are pdbs?