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
Where can I get the details on migration of existing projects using various technologies to asp.net?
Can you nest updatepanel within each other?
Explain about solution explorer window?
Differentiate between client-side and server-side validations in web pages.
Explain about Multi-Language integration?
Why would a company use an application service provider?
Name the tools or API for developing or testing web api?
How do you secure your connection string information?
To add a hyperlink column to the DataGrid which tag is used ?
How do you declare static variable?
What are sql joins?
Define tracing.
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What are the built-in objects in asp.net?