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 |
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
How can you see which services are running on a Windows box?
How many types of design patterns available in .NET?
What is a metadata in .net?
What is the difference between function and stored procedure?
Explain about the Common Language Runtime?
What is func in .net 3.5?
Explain me what is the .net framework and how does it work?
When should I use .net core?
How ASP .NET different from ASP?
What are the differences between user control and server control?
Is it true that objects don't always get destroyed immediately when the last reference goes away?