What is the difference between Debug.Write and Trace.Write?
When should each be used?
Answer Posted / champion
Debug.Write & Trace.write - both works in Debug mode, while in Release Mode,Trace.write only will work .Try changing the Active Config property of Solution in Property page nd find the difference. Debug.write is used while debuging a project and Trace.write is used in Released verion of Applications.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the purpose of url encoding?
How do you open a page in a new window?
What is event bubbling?
Can master pages be nested?
What is Web API?
Describe SOA and the tenets of it?
How do I know asp.net mvc version? : Asp.Net MVC
What are validator? Name the validation controls in asp.net? How do you disable them?
What is session in http request?
How to bind all the binding controls in a page at once in ASP.NET?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How do you declare static variable?
What is preprocessor in .net? Where it use?
What is meant by server side scripting?