What is the difference between Debug.Write and Trace.Write?
When should each be used?
Answer Posted / prasad
Debug.write would not be compiled when the debug symbol is
defined
Trace.write would be compiled when the debug symbol is
defined
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to manage different kinds of sessions in ASP.NET?
What is the difference between user control and custom control?
Why is an object pool required?
What is connection pooling and how to enable and disable connection pooling?
What is virtual directory in asp.net?
Why is it preferred to not use finalize for clean up?
What is repository pattern in mvc.net? : asp.net mvc
What are session state modes in asp.net?
How many types of session state management options available in asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Is asp.net and .net are same or different?
How do you implement sql caching in asp.net?
What is active web page?
How can u debug your .net application?