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 dot net and its uses?
What is lambda expressions in c#?
Explain me what is a design pattern and what is it for?
What?s a Windows process?
Why do we use msmq?
what user controls are and what server controls are and the differences between the two.
What is a .DLL and .EXE files called in .NET?
What is the difference between task and thread in .net?
Explain different types of cookies in .NET?
What is UDDI and how to register a web service ?
Is .net capable of supporting multi-thread?
Value type & data types difference. Example from .NET.