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 |
Explain how com+ related to the dna architecture?
Explain the main components in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is Serialiazation?
Explain how to spawn a thread?
What is implement a generic action in webapi?
Why SOAP is required?
What is cyclomatic complexity and why is it important?
Explain webfarm vs webgardens in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?
When a Static Constructor called in .NET?
How does cas works?