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
What is an example of an application service provider?
Can you explain one critical mapping?
Write a code snippet to implement the indentation in json in web api.
3. What goals do you have in your career?
What are tuples?
in which protocol ASP.NET WEB API Work?
To add a hyperlink column to the DataGrid which tag is used ?
What are the advantages and disadvantages of session?
Describe SOA and the tenets of it?
What is inproc and outproc?
Describe the Server Control Events of ASP.NET?
What is the latest version of asp.net?
What is the difference between page directive include and action tag include?
What do you understand from custom control?
What is advantage of asp.net?