Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer Posted / kirti
The tracing dumps can be quite verbose. For applications that are constantly running you run the risk of overloading the machine and the hard drive. Five levels range from None to Verbose, allowing you to fine-tune the tracing activities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Any problem found in vs.et
Explain the differences between static, void and public in c#?
Is list ienumerable c#?
What are native functions?
How big is a 64 bit integer?
What is COM Interoperability?
What is remote data?
What is activator c#?
What does || mean in programming?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What does out mean c#?
Why do we need events in c#?
What is boxing and unboxing in c#?
Is c# pass by reference?