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?

Answers were Sorted based on User's Feedback



What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assem..

Answer / chaitanya

Assemblies date is stored in some pakaged modules.Accessing
that data is called reflection

Is This Answer Correct ?    2 Yes 1 No

What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assem..

Answer / niveditha

There's a great article over on DevX that covers the Stream
and Formatter architectures. It does so from a VB.NET point
of view, which is fine because the article is attempting to
teach people converting from VB6- to VB.NET to move away
from the proprietary VB file operations. In general, the
article is generic enough that the knowledge is applicable
in all languages and is definitely worth the read.

Is This Answer Correct ?    1 Yes 0 No

What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assem..

Answer / 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

More Dot Net General Interview Questions

Different between .net & j2ee ?

0 Answers  


Difference between assembly manifest & metadata assembly manifest

4 Answers   Ksb,


How com+ related to the dna architecture?

0 Answers  


What is the need of OLE-automation?

0 Answers   CGI,


How is a managed code executed?

1 Answers  






Please explain what is a delegate?

0 Answers  


Can you write a class without specifying namespace?

0 Answers  


What does mean by .net framework?

0 Answers  


How to Create and Consume a Web Service?

1 Answers  


Explain me what is the difference between an abstract class and an interface?

0 Answers  


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

0 Answers  


Describe the start-up process for a Windows service.

1 Answers  


Categories