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 |
Should I use readerwriterlock instead of monitor.enter/exit?
What is a formatter in .net?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
WHAT IS .net
What is difference between .net and .net core?
what is the difference between early binding and late binding in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
What is typical about a windows process in regards to memory allocation in .net?
what all type of application can u make with visual studio?
What is the difference between an abstract class and an interface?
Compare client server application with n-tier application
What property do you have to set to tell the grid which page to go to when using the Pager object?