Answer Posted / 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 |
Post New Answer View All Answers
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
Explain what rare the types of jit and what is econo-jit?
Is .net a compiler?
How will you make .NET programs work in Linux ?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain clr, cts and cls?
Please explain what is a delegate?
What are an object and a class?
Explain asp.net?
Explain the differences between server-side code and client-side code.
Can a try block have nested try blocks?
Can "this" be used within a static method?
What is the advantage of packaging over xcopy in .net?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?