Difference between Debugging and tracing in .net
Answer / suma
Debugging refers to a process in software development
whereby program analysts combines through computer code
looking for bugs.
In .NET we have objects called Trace Listeners. A listener
is an object that receives the trace output and outputs it
somewhere that somewhere could be a window in your
development environment
Two important programming operations/processes that help us
create and maintain applications are called "Debugging"
and "Tracing".
Debugging allows us to observe and correct programming
errors. Tracing is a form of Debugging that allows us to
keep track of the health and sanitary conditions of our
applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the use of "mustinherit" keyword?
What is difference between system.string and system.stringbuilder classes?
What is a Manifest?
How to instantiate a delegate?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Which file is taken by compiler when we have both file Application and Server Configuration file?
what is the difference between class and structures?
Describe the compilation process for .net code?
What is the use com component in .net?
why do you want to join deloitte, where do you exactly fit in.
What is the purpose of delegates in .net?
What is a Strong Name?