Where is the output of TextWriterTraceListener redirected?
Answer Posted / guest
To the Console or a text file depending on the parameter
passed to the constructor.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of flag in c#?
Why do we use delegates?
What is the difference between integer and double?
What is the function of the not null constraint?
Define a class and an object?
How to find type of variable?
What is extension method in c# and how to use them?
What is access specifier in c#?
Can you inherit multiple classes in c#?
Describe how a .net application is compiled and executed
Compare and contrast between the System.Array.CopyTo() and Clone()?
Why to use “using” in c#?
Explain the constructor in c#.
What is difference between const and static in c#?
Why are strings in c# immutable?