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 |
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is an Interface? Have you ever developed an Interface.
How do you trigger the paint event in system.drawing?
Name for built-in permission sets in .Net
Explain the code behind wors and contrast that using the inline style.
what is object lock?
How many types of generations are there in a garbage collector?
Why do we use msmq?
What is a variable of implicit type and what is its scope?
Describe the role of global.asax.
Explain what are possible implementations of distributed applications in .net?
What is nmake tool?