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

What is 3 tier architecture?

0 Answers  


What operating systems does the .net framework run on?

0 Answers  


What's singleton activation mode in .net?

0 Answers  


What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?

1 Answers   TCS,


What is Event Bubbling in .NET?

0 Answers   Viscus Infotech,






Tell us what is a variable of implicit type and what is its scope?

0 Answers  


Please explain is the jit an interpreter?

0 Answers  


How to implement DataGrid in .NET?

1 Answers   InfoPro,


What is "microsoft intermediate language" (msil)?

0 Answers  


How do you trigger the paint event in system.drawing?

0 Answers  


Elements of CAS

0 Answers  


What are nullable types in .NET

0 Answers   TryTechnicals Pvt Ltd,


Categories