Where is the output of TextWriterTraceListener redirected?
Answer Posted / abhi
To the Console or a text file depending on the parameter
passed to the constructor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you declare struct members as protected?
What is called method in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Explain different properties of object oriented systems.
can multiple catch blocks be executed for a single try statement?
Explain the security with aop?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
If a method's return type is void, can you use a return keyword in the method?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
How many types of namespaces available in version4?
What is the main method in c#?
What do you know about WM_CHAR message?
Why we use delegates in c#?
What are the advantages of using partial classes?
What is iqueryable in linq?