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


Please Help Members By Posting Answers For Below Questions

What do you mean by jagged arrays in c#?

647


What are the uses of delegates in c#?

791


What do you mean by saying a "struct is a value type"?

693


How can I access the registry from c# code?

721


what is virtual method in c#?

918


What is an escape sequence? Name some string escape sequences in c#.

726


what are pointer types in c#

737


What is called method in c#?

713


What is the difference between System.console.WriteLine() and System.console.Write() function?example?

817


What is a shared assembly?

747


Can class be protected in c#?

706


Explain how do you directly call a native function exported from a dll?

700


Why generics are used?

676


What is orm in c#?

681


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

701