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 |
I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?
1 Answers Microsoft, Satyam, Wipro,
How .Net has implemented security for web applications?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Who can consume WebAPI?
What are Session states available and its Uses?
what is clr .
what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page
when we write the html code with runat = server it works like a server control than why we use the server control?
How to refresh a page in asp.net
Can you clarified A Web service can only be written in .NET or not?
What are session state modes? List some of the important session state modes of asp.net.
What is the life cycle of web page?
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)