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
Can you have parameters for static constructors?
What is a void c#?
What are instance fields in c#?
Is array reference type in c#?
What is the difference between hashtable and dictionary in c#?
How many types of polymorphism are there?
What is dictionary collection in c#?
Explain Constructor and destructor?
Explain circular reference in c#?
Does the system.exception class have any cool features?
Explain the differences between static, void and public in c#?
Define an array?
Is it possible to inline assembly or il in c# code?
What is the data provider name to connect to access database?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?