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
Answer / chaitanya
Assemblies date is stored in some pakaged modules.Accessing
that data is called reflection
| Is This Answer Correct ? | 2 Yes | 1 No |
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 |
Is it possible implement webservices without SOAP?
Write the .net syntax for 'for loop'?
What's a windows process in .net?
How do you generate a strong name?
When a Static Constructor called in .NET?
State the various features present in .NET?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the intermediate language between asp and asp.net1.0?
Can a try block have more than one catch block?
What tools is used to develop .NET applications?
Explain me how does linq work?
What are HTML controls, Web controls, and server controls?