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 prevent client side validation from the ASP.NET validation controls?
How long does an http session last?
Where do the cookie state and session state information be stored?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What are the server control tags in asp.net.?
What is preprocessor in .net? Where it use?
What is difference between or and orelse?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How u refer webservices?
How do you create a master page?
Can we use a static function with a non-static variable?
What is the purpose of using MVC programming pattern in ASP.NET?
How to make paging concepts in datagrid in ASP.NET?
What is web api vs wcf?
Diff between web user control and web custom control?