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 |
Explain what relationship is between a process, application domain, and application?
What is machine.config in .net?
How is development of a Windows service different from a Windows Forms application?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
Is .net core free?
How Can Creating Installation Components in .Net?
What is the difference between override and overload in a method?
What distributed process frameworks outside .NET do you know?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What's singlecall activation mode used for in .net?
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.
Tell us what is the difference between struct and class?