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
What is custom events?
What is difference between asp state management and asp.net state management?
What is postback pixel?
What is the file extension of web service?
Explain the difference between array and linkedlist?
Securitywise What are the Enhancements in 2.0?
How does session work?
Which tool you have done?
Give a few examples of page life cycle events.
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Define a multilingual website?
What is use of Master Page in ASP.NET web pages?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is AutoEventWireup attribute for ?
explain code with datachaching with example