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 yield keyword in .Net?

2 Answers  


Difference between user groups and code groups

0 Answers  


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


Explain why do we use msmq?

0 Answers  


How does linq work?

0 Answers  


What is a manifest in .net?

0 Answers  


What is typical about a windows process in regards to memory allocation in dot net?

0 Answers  


Explain how to spawn a thread?

0 Answers  


Do you know the difference between the stack and the heap?

0 Answers  


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?

1 Answers  


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


Categories