What?s the difference between the Debug class and Trace class?
Answer Posted / abhi
Documentation looks the same. Use Debug class for debug
builds, use Trace class for both debug and release builds.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you mean by jagged arrays in c#?
What are the uses of delegates in c#?
What do you mean by saying a "struct is a value type"?
How can I access the registry from c# code?
what is virtual method in c#?
What is an escape sequence? Name some string escape sequences in c#.
what are pointer types in c#
What is called method in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is a shared assembly?
Can class be protected in c#?
Explain how do you directly call a native function exported from a dll?
Why generics are used?
What is orm in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?