difference between Trace and Debug ?
Answer Posted / dipti
The system.Diagnostics namespace contains the Debug and
Trace classes that include shared methods.
The diffetrnce between these two classes is in the way
Trace and Debug statements are treated at the of creating a
release bulid.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the displayafter property in updateprogress control?
What is the purpose of session management?
what is publisher?
How can I create master page in asp net?
Which method is used to perform all validation at the page level?
What is application state?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain the features that make asp.net more used framework? : asp.net mvc
What are the uses of list view control in Asp.net?
Explain the difference between panel and groupbox classes using .net?
Why viewstate is used in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is asp net objects?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Where you store Connection string in "Web.Config" file in ASP.NET?