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


Please Help Members By Posting Answers For Below Questions

What is different between webusercontrol and in webcustomcontrol?

545


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

1610


Name the classes that are introduced in the system.numerics namespace.

637


What is the need of OLE-automation?

643


What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

565






What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

520


How does u handle this COM components developed in other programming languages in .NET?

1680


Is .net is a language?

569


Explain what are an object and a class?

573


What is the difference between server.transfer and response.redirect? Why?

598


What are the collections you've used?

581


What is difference between system.string and system.stringbuilder classes?

565


What data providers available in .net to connect to database?

523


What is shared and repeatable inheritance?

555


Is there any attempt system for microsoft technology papers?

1300