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 are the properties of ADO.NET?

0 Answers   Amdocs,


What is connected and diconnected database ?

0 Answers  


What is the difference between VB and VB.NET?

2 Answers  


What does cli do?

0 Answers  


Difference between class and interface in .net?

0 Answers  






Please explain when should you use .net web forms over asp.net mvc?

0 Answers  


what is GAC?

1 Answers   Manhattan,


How is a property designated as read-only?

2 Answers   Siebel Systems,


Conceptually, what is the difference between early-binding and late-binding?

0 Answers  


Please explain what is immutability, what is it for and how is it codified?

0 Answers  


When should I use .net core?

0 Answers  


What is dot net architecture?

0 Answers  


Categories