What?s the difference between the Debug class and Trace
class?
Answer Posted / surojit
What’s the difference between the Debug class and Trace
class? Documentation looks the same. Use Debug class for
debug builds, use Trace class for both debug and release
builds.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is event and delegates in c#?
What Happens In Memory When You Box And Unbox A Value-type?
What is the difference between dataset and datatable in c#?
What is Co- and Contra-Variance in C#?
What is disco?
Why do we use public static void main in c#?
Is null or empty in c#?
Does unity require coding?
Describe how a .net application is compiled and executed
Is int a class in c#?
What is Implementation inheritance and interface inheritance?
How many bytes is a long c#?
What is the difference between out and ref in c#?
What are object pooling and connection pooling and difference between them?
Why are dynamic link library used over static one?