difference between Trace and Debug ?
Answer Posted / pallavi
The Debug.Write call won’t be compiled when the DEBUG symbol is not defined (when doing a release build). Trace.Write calls will be compiled. Debug.Write is for information you want only in debug builds, Trace.Write is for when you want it in release build as well.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many types of validators are there in asp net?
Which protocol is used in a web api?
What is session management in web application?
Does web services support data reader like pom project?
Explain the differences between clr & cts?
What are the different types of sessions in asp.net? Name them?
Explain the difference between debug.write and trace.write? When should each be used?
Explain different types of Caching techniques in ASP.NET?
How do you use viewstate?
What is the usie of activex control in .net?
What is is post back property in asp net?
To add a hyperlink column to the DataGrid which tag is used ?
Explain the different types of assemblies?
What is server side routing?
Explain method to handle error using HttpError in Web API?