difference between Trace and Debug ?
Answers were Sorted based on User's Feedback
Answer / alb.shah
Debug only works in debug mode and trace works in debug and
release both mode.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is data reader in asp.net?
Can one dll file contains the compiled code of more than one .net language?
How will create assesblies at run time?
How to publish website
difference between Trace and Debug ?
2 Answers Accenture, HCL, Patni,
You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel
How do we assign page-specific attributes?
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?
What are the different types of caching ?
What are the different types of Caching techniques in ASP.NET?
What are the benefits of view state?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)